[Codestriker-commits] CVS update: codestriker/html codestriker.css
Brought to you by:
sits
|
From: <si...@us...> - 2008-07-01 11:10:31
|
User: sits
Date: 08/07/01 04:10:29
Modified: html codestriker.css
Log:
Workaround IE bug so that title appears in white.
Index: codestriker.css
===================================================================
RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- codestriker.css 27 Jun 2008 00:31:33 -0000 1.26
+++ codestriker.css 1 Jul 2008 11:10:29 -0000 1.27
@@ -162,7 +162,7 @@
/* Codestriker heading */
#header {margin-bottom: 1em; font-family: sans-serif;}
#header .heading {background-color: #404D6C; color: white; font-size: 110%; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; margin: 0; padding: 0.5em; vertical-align: bottom; font-weight: bold;}
-#header .heading a {text-decoration: none; color: inherit; background-color: transparent;}
+#header .heading a {text-decoration: none; color: white; background-color: transparent;}
/* Codestriker top-level menu */
#header .menu {font-size: 85%; border-left: 1px solid silver; border-right: 1px solid silver; border-bottom: 1px solid silver; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; padding: 0.5em}
|