[Commits] r683 - sandbox/docsrc/_static
commits at geoext.org
commits at geoext.org
Tue May 12 01:43:24 CEST 2009
Author: tschaub
Date: 2009-05-12 01:43:24 +0200 (Tue, 12 May 2009)
New Revision: 683
Modified:
sandbox/docsrc/_static/geoext.css
Log:
restoring a bit of style
Modified: sandbox/docsrc/_static/geoext.css
===================================================================
--- sandbox/docsrc/_static/geoext.css 2009-05-11 23:43:04 UTC (rev 682)
+++ sandbox/docsrc/_static/geoext.css 2009-05-11 23:43:24 UTC (rev 683)
@@ -10,6 +10,11 @@
padding: 0;
}
+/* overriding clear: both on dl */
+dl.class {
+ clear: left;
+}
+
/* don't display class names for attributes or methods*/
.attribute .descclassname {
display: none;
@@ -17,3 +22,13 @@
.method .descclassname {
display: none;
}
+
+/* headers with bottom border get some padding */
+h2, h3, h4 {
+ padding-bottom: 4px;
+}
+
+/* making code samples less gigantic */
+pre {
+ font-size: 0.8em;
+}
\ No newline at end of file
More information about the Commits
mailing list