www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css
Date: Wed, 23 Sep 2015 07:41:31 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/09/23 07:41:31

Modified files:
        server/staging/nav-bar/test9: layout7.css 

Log message:
        Different look for #outdated.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.97&r2=1.98

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- layout7.css 23 Sep 2015 06:22:24 -0000      1.97
+++ layout7.css 23 Sep 2015 07:41:25 -0000      1.98
@@ -893,14 +893,22 @@
 #outdated {
    text-align: center;
    padding: .7em 3%;
-   margin: 1.5em 5% 0 5%;
+   margin-top: 1.5em;
    background-color: #f0f2f4;
-   border: .2em solid orange;
-   border-radius: 3em;
-   -moz-border-radius: 3em;
-   -khtml-border-radius: 3em;
-   -webkit-border-radius: 3em;
-   -opera-border-radius: 3em;
+   border-top: .2em solid #b9bcbf;
+   border-left: .2em solid #b9bcbf;
+   border-right: .2em solid #b9bcbf;
+   border-bottom: .4em solid #b9bcbf;
+   border-top-left-radius: 3em;
+   border-top-right-radius: 3em;
+   -moz-border-top-left-radius: 3em;
+   -moz-border-top-right-radius: 3em;
+   -khtml-border-top-left-radius: 3em;
+   -khtml-border-top-right-radius: 3em;
+   -webkit-border-top-left-radius: 3em;
+   -webkit-border-top-right-radius: 3em;
+   -opera-border-top-left-radius: 3em;
+   -opera-border-top-right-radius: 3em;
 }
 #outdated p {
    margin: 0.2em 0;



reply via email to

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