wilde: doc/www/src default.css,1.4.2.1,1.4.2.2

cvs at intevation.de cvs at intevation.de
Thu Mar 10 15:50:34 CET 2005


Author: wilde

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv27650

Modified Files:
      Tag: KOLAB_ORG_BETA
	default.css 
Log Message:
Reduced width of the menu (at the right) to 200px
Reduced space between menu-boxes
Added deco-bar at the top of the header


Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- default.css	10 Mar 2005 10:48:04 -0000	1.4.2.1
+++ default.css	10 Mar 2005 14:50:32 -0000	1.4.2.2
@@ -111,7 +111,7 @@
     position: absolute;
     right: 0;
     margin: 1em;
-    width: 250px;
+    width: 200px;
 }
 
 /* Menu box header */
@@ -131,7 +131,7 @@
     border-bottom: .5em solid #99f;
     background: #fff;
     margin-top: 0;
-    margin-bottom: 20px;
+    margin-bottom: 10px;
     padding: 0.5em;
 }
 
@@ -140,11 +140,12 @@
     position: absolute;
     margin: 1em;
     left: 0;
-    right: 260px;
+    right: 210px;
 }
 
 /* Content box header */
 .cbh {
+    border-top: .5em solid #99f;
     background: #ffffff;
     padding-left: 0.5em;
     padding-top: 5px;





More information about the commits mailing list