[Expat-checkins] htdocs style.css,1.1,1.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu Jun 13 13:41:01 2002


Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv18141

Modified Files:
	style.css 
Log Message:
Added some style for tables in the content area.

Index: style.css
===================================================================
RCS file: /cvsroot/expat/htdocs/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css	9 May 2002 12:14:54 -0000	1.1
+++ style.css	13 Jun 2002 20:40:09 -0000	1.2
@@ -11,3 +11,16 @@
              }
 .banner h2 { font-size: 200%; }
 .content   { padding: 2em; }
+
+.content thead { background-color: rgb(110,139,61);
+                 color: rgb(255,236,176);
+                 }
+
+.content td,
+.content th    { padding: .2em;
+                 margin: 0em;
+                 border-width: 0px;
+                 vertical-align: baseline;
+                 border-top: 2px solid rgb(110,139,61); }
+
+.content tr:first-child td { border-top: 0px; }