Re: That content style, please
- From: Goran Rakic <grakic devbase net>
- To: Murray Cumming <murrayc murrayc com>
- Cc: web list <gnome-web-list gnome org>
- Subject: Re: That content style, please
- Date: Mon, 07 May 2007 20:46:50 +0200
У пон, 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]