Re: That content style, please



У пон, 07. 05 2007. у 19:53 +0200, Murray Cumming пише:
> There is indeed an urgent need for someone to fix the CSS stylesheet.
> Here is a example so you can see the need:
> http://gnome.jardigrec.eu/en/get-involved/donate
> 
> Notice, for instance:
> - there's no paragraph spacing
> - nested ul elements have no identation.

Identation problem is in:
* {
   ...
   padding: 0px;
}
You can either switch padding off only for some speciffic tags and
dividers, or add it for ul/li tags inside #region-content.plain latter.


For paragraphs, problem is in:
* {
   margin: 0px;
   ...
}
and can be solved in the same way.


Cheers,
Goran




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]