Update of /cvsroot/refdb/homepage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21702
Modified Files:
refdbn.css
Log Message:
added legend style
Index: refdbn.css
===================================================================
RCS file: /cvsroot/refdb/homepage/refdbn.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -U2 -r1.1.1.1 -r1.2
--- refdbn.css 13 Dec 2004 21:19:33 -0000 1.1.1.1
+++ refdbn.css 24 Dec 2004 15:31:10 -0000 1.2
@@ -1,2 +1,4 @@
+/* stylesheet for refdb.sourceforge.net */
+/* $Id$ */
/* general properties. we set the left margin here to work around a bug in IE6 */
body {
@@ -199,3 +201,8 @@
background-color: #dfdfdf;
padding: 10px;
-}
\ No newline at end of file
+}
+p.legend {
+ font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
+ font-size: small;
+ margin-left: 20px;
+}
|