[Commits] r1913 - core/trunk/docsrc/_theme/geoext/static

commits at geoext.org commits at geoext.org
Wed Feb 24 05:51:41 CET 2010


Author: tschaub
Date: 2010-02-24 05:51:40 +0100 (Wed, 24 Feb 2010)
New Revision: 1913

Modified:
   core/trunk/docsrc/_theme/geoext/static/geoext.css
Log:
Giving the body a sublte border.

Modified: core/trunk/docsrc/_theme/geoext/static/geoext.css
===================================================================
--- core/trunk/docsrc/_theme/geoext/static/geoext.css	2010-02-23 11:38:56 UTC (rev 1912)
+++ core/trunk/docsrc/_theme/geoext/static/geoext.css	2010-02-24 04:51:40 UTC (rev 1913)
@@ -39,6 +39,12 @@
     margin: 0 80px;
     width: auto;
 }
+div.related ul {
+    border: 1px solid #EEEEEE;
+}
+div.bodywrapper {
+    border-right: 0;
+}
 a.reference em {
     font-style: normal;
 }
@@ -59,6 +65,8 @@
 }
 div.documentwrapper {
     width: auto;
+    border-left: 1px solid #EEEEEE;
+    border-right: 1px solid #EEEEEE;
 }
 div.footer {
     background: #4E7AB2 url(img/footer-bg.png) repeat-x;



More information about the Commits mailing list