Update of /cvsroot/expressions/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27330
Modified Files:
default.css
Log Message:
table formatting
Index: default.css
===================================================================
RCS file: /cvsroot/expressions/htdocs/default.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** default.css 10 Aug 2005 23:53:53 -0000 1.6
--- default.css 11 Aug 2005 18:02:06 -0000 1.7
***************
*** 97,98 ****
--- 97,114 ----
text-align: left;
}
+
+ table, tr, th {
+ border: 1px solid #DDDDDD;
+ border-collapse: collapse;
+ }
+
+ th {
+ font-family: sans-serif;
+ color: #2C2F6C;
+ background-color: #EEEEEE;
+ }
+
+ th.rowheader {
+ text-align: right;
+ font-weight: normal;
+ }
|