Give style to the main header text link of every html page.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 17:44:02 +0530
changeset 499 2dfecac4b545
parent 498 9f04b7bcc333
child 500 42516ec56822
Give style to the main header text link of every html page.
pytask/static/css/base.css
--- a/pytask/static/css/base.css	Thu Jan 20 17:42:46 2011 +0530
+++ b/pytask/static/css/base.css	Thu Jan 20 17:44:02 2011 +0530
@@ -28,6 +28,10 @@
   box-shadow: 0 0 1em darkslategray;
 }
 
+#header a:link, #header a:visited, #header a:active {
+  color: #0000cc;
+}
+
 /* Taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# */
 #container1 {
   float: left;