www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test8 layout.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test8 layout.css
Date: Sat, 28 Dec 2013 23:56:27 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 13/12/28 23:56:27

Modified files:
        server/staging/nav-bar/test8: layout.css 

Log message:
        Fix local visited links: no color change.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test8/layout.css?cvsroot=www&r1=1.14&r2=1.15

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test8/layout.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- layout.css  28 Dec 2013 22:37:28 -0000      1.14
+++ layout.css  28 Dec 2013 23:56:26 -0000      1.15
@@ -435,8 +435,8 @@
    padding-bottom: 0.5em;
    margin: 0; margin-top: 1em;
 }
-#trans-disclaimer a { color: #333 }
-#trans-disclaimer a:hover { color: #ee0800; text-decoration: underline;}
+#trans-disclaimer a, #trans-disclaimer a:visited { color: #333; }
+#trans-disclaimer a:hover { color: #ee0800; }
 
 /* For outdated translations  */
 #outdated {
@@ -469,9 +469,9 @@
 
 p.edu-breadcrumb { text-align: center; padding: .5em; }
 
-#edu-navigation li a {
+#edu-navigation li a, #edu-navigation li a:visited {
    padding: 0 .6em;
-   color: #333; text-decoration: none;
+   color: #333 !important; text-decoration: none;
 } 
 #edu-navigation li.active a {
    color: #971611 !important;
@@ -484,7 +484,6 @@
    text-decoration: underline;
 }
 
-
 /* styles for subsections of /education "Case Studies" */
 div.edu-cases {
    border-top: .5em ridge #171d33;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]