[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
fu.
Files modified:
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
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
*
--------------------------------------------------------------------------------

no subject
no subject