www-commits
[Top][All Lists]
Advanced

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

www/server/staging/gnu30 gnu30.html


From: rsiddharth
Subject: www/server/staging/gnu30 gnu30.html
Date: Mon, 05 Aug 2013 04:00:13 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     rsiddharth <rsd>        13/08/05 04:00:13

Modified files:
        server/staging/gnu30: gnu30.html 

Log message:
        minor changes to the custom styling for 'button'

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/gnu30/gnu30.html?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: gnu30.html
===================================================================
RCS file: /web/www/www/server/staging/gnu30/gnu30.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gnu30.html  4 Aug 2013 18:30:36 -0000       1.2
+++ gnu30.html  5 Aug 2013 04:00:05 -0000       1.3
@@ -29,16 +29,16 @@
   .gnu-itinerary li:hover {
     background-color: rgb(128, 0, 0);
   }
-  .button a {
+  .button a[href] {
     transition: background-color 1s;
     -webkit-transition: background-color 1s;
     background-color: rgb(52, 101, 164);
     color: rgb(255, 255, 255); 
   }
-  .button a:visited {
+  .button a[href]:visited {
      color: rgb(255, 255, 255); 
   }
-  .button a:hover {
+  .button a[href]:hover {
   background-color: rgb(128, 0, 0); 
   }
 </style>
@@ -175,7 +175,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2013/08/04 18:30:36 $
+$Date: 2013/08/05 04:00:05 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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