[Codestriker-commits] CVS update: codestriker/html codestriker.css
Brought to you by:
sits
|
From: <si...@us...> - 2008-06-18 05:37:47
|
User: sits
Date: 08/06/17 22:37:47
Modified: html codestriker.css
Log:
Now that there is syntax highlighting, a white background might actually be better. Trying it out for now.
Index: codestriker.css
===================================================================
RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- codestriker.css 18 Jun 2008 05:30:52 -0000 1.21
+++ codestriker.css 18 Jun 2008 05:37:46 -0000 1.22
@@ -1,6 +1,6 @@
/* CSS for codestriker */
-BODY {background-color: #eeeeee;}
+BODY {background-color: #ffffff;}
/* Links */
A:link {color: blue;}
|