[Cialug] OT: CSS Help
    Eric Junker 
    eric at eric.nu
       
    Tue Nov  3 10:34:47 CST 2009
    
    
  
Kulish, Chris wrote:
> I’m currently trying to fix up a Drupal theme by correcting some of the 
> shortcomings I’ve found, but I’ve not worked with CSS directly much in 
> the past.
I would use Firebug http://getfirebug.com/ to help debug the issues. Use 
the inspector to locate the problem elements and it will show the CSS 
rules that are applied. You can even edit and add to the CSS and see a 
live preview.
For the color issues you just need to find where it is inheriting the 
color from and change the color. For the spacing issue you probably need 
to add some padding.
Eric
    
    
More information about the Cialug
mailing list