changeset 121:f8e3c7a6b63a

Some style changes.
author Atul Varma <varmaa@toolness.com>
date Tue, 01 Apr 2008 17:13:41 -0700
parents 5efa3fdb20de
children 0dac02d8c448
files media/css/otherpages.css
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/media/css/otherpages.css	Tue Apr 01 16:41:14 2008 -0700
+++ b/media/css/otherpages.css	Tue Apr 01 17:13:41 2008 -0700
@@ -7,6 +7,24 @@
     color: #003663;
 }
 
+a:link
+{
+    color: #CC6600;
+    text-decoration: none;
+}
+
+a:visited
+{
+    color: #CC6600;
+    text-decoration: none;
+}
+
+a:hover
+{
+    color: #FF9933;
+    text-decoration: underline;
+}
+
 #content {
     width: 880px;
     margin: 0 auto;
@@ -120,6 +138,8 @@
     margin: 0;
     padding: 8px 12px;
     text-decoration: none;
+//    color: #547A9B;
+    color: #003663;
 }
 
 .menu-box ul li {