[Commits] r1125 - core/trunk/docsrc/_theme/geoext/static
commits at geoext.org
commits at geoext.org
Mon Jun 22 22:40:44 CEST 2009
Author: tschaub
Date: 2009-06-22 22:40:44 +0200 (Mon, 22 Jun 2009)
New Revision: 1125
Modified:
core/trunk/docsrc/_theme/geoext/static/geoext.css
Log:
Compensation for overly agressive ext.all.css reset.
Modified: core/trunk/docsrc/_theme/geoext/static/geoext.css
===================================================================
--- core/trunk/docsrc/_theme/geoext/static/geoext.css 2009-06-22 20:23:08 UTC (rev 1124)
+++ core/trunk/docsrc/_theme/geoext/static/geoext.css 2009-06-22 20:40:44 UTC (rev 1125)
@@ -3,12 +3,16 @@
@import url("sphinxdoc.css");
/* override some of ext-all.css */
-ul {
+ul, ol {
margin: 14px 0;
padding-left: 40px;
+}
+ul {
list-style: disc;
}
-
+ol {
+ list-style-type:decimal;
+}
strong {
font-weight: bolder;
}
More information about the Commits
mailing list