[Hejes-devel] [1068] bugfix: on blog/show, bullets overlapped image
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Tue Jan 7 11:49:25 CET 2014
Revision: 1068
Author: mihaltz
Date: 2014-01-07 11:49:25 +0100 (Tue, 07 Jan 2014)
Log Message:
-----------
bugfix: on blog/show, bullets overlapped image
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/static/css/base.css
Modified: trunk/web2py/applications/helyesiras_webdev/static/css/base.css
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/static/css/base.css 2014-01-02 11:20:24 UTC (rev 1067)
+++ trunk/web2py/applications/helyesiras_webdev/static/css/base.css 2014-01-07 10:49:25 UTC (rev 1068)
@@ -174,7 +174,11 @@
a { color: #275b90 }
-ul, ol { margin-left: 1.8em; }
+ul, ol {
+margin-left: 0;
+overflow: hidden;
+padding-left: 20px;
+}
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
More information about the Hejes-devel
mailing list