www-commits
[Top][All Lists]
Advanced

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

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


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test8 layout2.css
Date: Sun, 02 Feb 2014 15:21:46 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/02/02 15:21:46

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

Log message:
        Apply border to #trans-disclaimer rather than #trans-disclaimer inline 
elements, and add margin-bottom (Ineiev on www-discuss).

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

Patches:
Index: layout2.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test8/layout2.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- layout2.css 1 Feb 2014 11:26:33 -0000       1.9
+++ layout2.css 2 Feb 2014 15:21:45 -0000       1.10
@@ -578,16 +578,17 @@
 #trans-disclaimer {
    float: right;
    font-size: 1em;
-   margin: 1em 0 0 1em;
-}
-
-#trans-disclaimer a, a:visited {
    font-weight: bold;
+   margin: 1em 0 0.3em 1em;
+   border: .2em solid #b9bcbf;
+   text-align: center;
+}
+#trans-disclaimer a, #trans-disclaimer  a:visited {
+   display: block;
    text-decoration: none;
    color: #971611; 
    padding: .2em .5em;
    background-color: white;
-   border: .2em solid #b9bcbf;
 }
 #trans-disclaimer a:hover { 
    color: black;



reply via email to

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