emanuel: doc/www/src default.css,1.10,1.11

cvs at kolab.org cvs at kolab.org
Wed Jun 11 17:37:35 CEST 2008


Author: emanuel

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

Modified Files:
	default.css 
Log Message:
Some style changes.


Index: default.css
===================================================================
RCS file: /kolabrepository/doc/www/src/default.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- default.css	10 Jun 2008 08:50:54 -0000	1.10
+++ default.css	11 Jun 2008 15:37:33 -0000	1.11
@@ -1,13 +1,9 @@
 body {
-    /* background: url('images/bg_lines.png'); */
+    font: 12px  "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
     background-color: #E5E5E5;
     margin: 0px;
 }
 
-body, td {
-    font: 12px Verdana, Arial, Helvetica, sans-serif;
-}
-
 dt {
     font-weight: bold;
 }
@@ -16,6 +12,10 @@
     margin-bottom: 0.5em;
 }
 
+ul {
+    list-style: square;
+}
+
 img {
     border: 0;
 }
@@ -25,6 +25,15 @@
     border: 1px solid #555;
     background-color: #555;
 }
+
+h3 {
+    border-bottom: 1px solid #555; 
+}
+h4 {
+    margin-bottom: 5px;
+    margin-top: 20px;
+}
+
 
 a:hover {
     color: #000;





More information about the commits mailing list