[Mpuls-commits] r2625 - wasko/branches/2.0/mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 4 17:03:39 CEST 2010
Author: roland
Date: 2010-05-04 17:03:39 +0200 (Tue, 04 May 2010)
New Revision: 2625
Modified:
wasko/branches/2.0/mpulsweb/public/styles/screen.css
Log:
Wald issue #1478: correct rendering of ULs and OLs
Modified: wasko/branches/2.0/mpulsweb/public/styles/screen.css
===================================================================
--- wasko/branches/2.0/mpulsweb/public/styles/screen.css 2010-05-04 15:01:07 UTC (rev 2624)
+++ wasko/branches/2.0/mpulsweb/public/styles/screen.css 2010-05-04 15:03:39 UTC (rev 2625)
@@ -393,12 +393,16 @@
height: 375px;
}
-div#content ul, div#content ol {
+div#content ul{
/*margin: 0 0 0.5em 0.3em;*/
- margin-left:1em;
padding:0.5em;
}
+div#content ol li {
+ margin-left:1em;
+ list-style-type: none;
+}
+
div#content li {
/*list-style-type: none;*/
list-style-type: disc;
More information about the Mpuls-commits
mailing list