fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-01-06 09:36 am

[dw-nonfree] add back classes stripped by reset.css

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/56b75f404712]

http://bugs.dwscoalition.org/show_bug.cgi?id=1385

Add in some margins on ul/ols for Tropospherical skins; the overflow: hidden
we use here is chopping off the left edge of these, so move them in a bit.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/tropo/tropo-base.css
--------------------------------------------------------------------------------
diff -r 215b2d94262f -r 56b75f404712 htdocs/stc/tropo/tropo-base.css
--- a/htdocs/stc/tropo/tropo-base.css	Fri Dec 30 01:33:17 2011 +0000
+++ b/htdocs/stc/tropo/tropo-base.css	Fri Jan 06 17:36:20 2012 +0800
@@ -259,6 +259,10 @@
     margin-bottom: 1em;
 }
 
+ul, ol {
+    margin-left: 1.5em;
+}
+
 /**
  * Content Layouts
  *
--------------------------------------------------------------------------------
kareila: (Default)

[personal profile] kareila 2012-01-06 04:17 pm (UTC)(link)
Oh thank you. I lost track of the number of times I had to compensate for that.