www-commits
[Top][All Lists]
Advanced

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

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


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout5.css
Date: Thu, 27 Mar 2014 17:59:20 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/27 17:59:20

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

Log message:
        Get rid of a few '\!important'.

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

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- layout5.css 26 Mar 2014 17:57:18 -0000      1.93
+++ layout5.css 27 Mar 2014 17:59:20 -0000      1.94
@@ -673,7 +673,7 @@
 #urgent a:hover { color: #777; }
 
 /* For the notes about mailing lists, etc. */ 
-.note {
+#content .note {
    clear: right;
    float: right;
    text-align: center;
@@ -683,23 +683,23 @@
    margin:  .3em 1em 1em 1em;
    border: .3em solid #3465a4;
 }
-.note p { font-size: 1.1em; line-height: 1.4em !important; }
-.note strong { font-size: 1.2em; }
+#content .note p { font-size: 1.1em; line-height: 1.4em; }
+#content .note strong { font-size: 1.2em; }
 
 
 /*** TRANSLATED PAGES ***/
 
 /* For the note saying the page is a translation. */
-.trans-disclaimer {
+#content .trans-disclaimer {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
-   margin-top: 1.2em !important;
+   margin-top: 1.2em;
 }
-.trans-disclaimer a,
-.trans-disclaimer a:visited { color: #334683; }
-.trans-disclaimer a:hover { color: #777; }
+#content .trans-disclaimer a,
+#content .trans-disclaimer a:visited { color: #334683; }
+#content .trans-disclaimer a:hover { color: #777; }
 
 /* For outdated translations  */
 #outdated {
@@ -718,6 +718,7 @@
 #outdated a:visited { color: #334683; }
 #outdated a:hover { color: #777; }
 
+
 /*** EDUCATION ***/
 
 /* definitions for /education-specific navigation bar
@@ -750,19 +751,19 @@
    background-color: #fff898;
 }
 
-.edu-breadcrumb {
+#content .edu-breadcrumb {
    font-size: .9em;
    font-weight: bold;
    text-align: left;
    padding-top: .4em;
-   margin-top: 0 !important;
+   margin-top: 0;
    color: #333;
 }
-.edu-breadcrumb a, .edu-breadcrumb a:visited {
+#content .edu-breadcrumb a, .edu-breadcrumb a:visited {
    color: #334683;
    text-decoration: none;
 }
-.edu-breadcrumb a:hover {
+#content .edu-breadcrumb a:hover {
    color: #777;
 }
 



reply via email to

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