[Mpuls-commits] r2624 - in wasko/branches/2.0: . mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 4 17:01:09 CEST 2010
Author: roland
Date: 2010-05-04 17:01:07 +0200 (Tue, 04 May 2010)
New Revision: 2624
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/mpulsweb/public/styles/screen.css
Log:
Wald issue #1478: correct rendering of ULs and OLs
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-05-04 14:35:42 UTC (rev 2623)
+++ wasko/branches/2.0/ChangeLog 2010-05-04 15:01:07 UTC (rev 2624)
@@ -1,3 +1,8 @@
+2010-05-04 Roland Geider <roland.geider at intevation.de>
+
+ * mpulsweb/public/styles/screen.css: Wald issue #1478: correct rendering
+ of UL and OL elements
+
2010-05-04 Frank Koormann <frank.koormann at intevation.de>
* mpulsweb/templates/info/info.mako: Enhanced (german) information dialog
Modified: wasko/branches/2.0/mpulsweb/public/styles/screen.css
===================================================================
--- wasko/branches/2.0/mpulsweb/public/styles/screen.css 2010-05-04 14:35:42 UTC (rev 2623)
+++ wasko/branches/2.0/mpulsweb/public/styles/screen.css 2010-05-04 15:01:07 UTC (rev 2624)
@@ -18,18 +18,17 @@
* { padding: 0; margin: 0; }
ul, ol { margin-bottom: 1em; }
ul { margin-left:1em; }
-li { list-style-type: none;}
-li { list-style-type: square;}
+li { list-style-type: none;}
html {
- height:101%;
-font-size:1.1em;
+ height: 100%;
+ font-size: 1.1em;
}
body {
- font-size:10pt;
+ font-size: 10pt;
font-family: sans-serif;
- padding: 0.2em 0em 0em 0.4em;
+ padding: 0.2em 0em 0em 0.4em;
}
h1 { font-size: 1.2em; padding-bottom:0.4em;}
@@ -388,21 +387,21 @@
div#content {
padding: 0em 0.4em 0.5em 0.4em;
- /* width:51.7em!important;
- width:50.5em;*/
width: 51.7em;
min-height:490px;
height: auto !important;
height: 375px;
}
-div#content ul {
- margin: 0 0 0.5em 0.3em;
+div#content ul, div#content ol {
+ /*margin: 0 0 0.5em 0.3em;*/
+ margin-left:1em;
padding:0.5em;
}
div#content li {
- list-style-type: none;
+ /*list-style-type: none;*/
+ list-style-type: disc;
}
div#content.right table tbody tr td a{
More information about the Mpuls-commits
mailing list