Update of /cvsroot/rccparser/rccparser/src
In directory sc8-pr-cvs1:/tmp/cvs-serv12430/src
Modified Files:
style.css
Log Message:
2003-03-20 Tom Howard <tom...@us...>
* ./src/style.css
Playing with style
Index: style.css
===================================================================
RCS file: /cvsroot/rccparser/rccparser/src/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** style.css 3 Feb 2003 13:47:43 -0000 1.1
--- style.css 20 Mar 2003 12:21:21 -0000 1.2
***************
*** 37,40 ****
--- 37,52 ----
}
+ .md
+ {
+ color: white;
+ background: #009900;
+ }
+
+ .mdname
+ {
+ color: white;
+ background: #009900;
+ font-style: oblique;
+ }
img.header {
|