www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout2.css ho...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout2.css ho...
Date: Fri, 07 Feb 2014 08:42:57 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/02/07 08:42:57

Modified files:
        server/staging/nav-bar/test9: layout2.css home2.fr.html 

Log message:
        Trans-disclaimer in banner.fr.html, floats right.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout2.css?cvsroot=www&r1=1.5&r2=1.6
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home2.fr.html?cvsroot=www&r1=1.5&r2=1.6

Patches:
Index: layout2.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout2.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- layout2.css 6 Feb 2014 10:23:47 -0000       1.5
+++ layout2.css 7 Feb 2014 08:42:29 -0000       1.6
@@ -265,7 +265,8 @@
    text-align: center;
    font-size: 0.9em;
    line-height: 2.4em;
-   margin: 0em;
+   padding: 0;
+   margin: 0;
    background-color: #a50606;
 }
 #navigation li {
@@ -297,9 +298,8 @@
    text-align: right;
 }
 #content h2 {
-   line-height: 1.1em;
    font-size: 2em; font-weight:bold;
-   padding: .8em 0 0 0; margin: 0 0 .9em 0;
+   padding: .7em 0 0 0; margin: 0 0 .9em 0;
    color: #334683; text-shadow: black 1px 1px 0;
 }
 #content h2 a { color: #971611; }
@@ -429,6 +429,7 @@
    height: 0px; visibility: hidden; width: 0px;
 }
 #home .first-column {
+   clear: left;
    width: 56.1%;
    float: left;
    margin-bottom: 1em; margin-top: 0;
@@ -440,8 +441,7 @@
 }
 #home h2 {
    text-shadow: none;
-   line-height: 1em;
-   padding: 0; margin-top: .9em; margin-bottom: .7em;
+   margin-bottom: .7em;
 }
 #home .first-column img { width: 80%; margin: .5em 0 1em 0; }
 #home .second-column img.feed { height: .75em; width: .75em; }
@@ -551,19 +551,22 @@
 
 /* For the note saying the page is a translation. */
 .trans-disclaimer {
+   float: right;
    font-weight: bold;
    font-style: italic;
-   line-height: 1em;
-   margin-top: 1.5em;  padding: 0;
+   padding-top: 1.5em;
+   margin: 0 !important;
 }
 
 /* For outdated translations  */
 #outdated {
    padding: .5em;
-   margin: 1em 0 0 0;
+   margin: 1em 0 .5em 0;
+   background-color: #f5f6f7;
    border: .2em solid #b9bcbf;
 }
-#outdated p { margin: 0.2em; }
+#outdated p {  font-size: .9em;
+margin: 0.2em; }
 /* In the out-of-date notice, we use <br> elements to separate
    translatable texts from automatically generated items. */
 #outdated br { display: none }
@@ -598,17 +601,16 @@
    background-color: #ff3;
 }
 
-div.edu-breadcrumb {
+.edu-breadcrumb {
    text-align: center;
-   line-height: 1em;
    padding: 0;
-   margin-top: .5em; margin-bottom: 0;
+   margin: .5em 0 0 0 !important;
 }
-div.edu-breadcrumb a {
+.edu-breadcrumb a {
    font-weight: bold;
    color: #971611; text-decoration: none
 }
-div.edu-breadcrumb a:hover {
+.edu-breadcrumb a:hover {
    color: red;
    text-decoration: underline;
 }

Index: home2.fr.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home2.fr.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- home2.fr.html       6 Feb 2014 19:11:50 -0000       1.5
+++ home2.fr.html       7 Feb 2014 08:42:40 -0000       1.6
@@ -121,17 +121,6 @@
 <!-- end of server/body-include-2.html -->
 
 <div id="content">
-
-<!-- end of banner-edu.fr.html -->
-
-<p class="netscape4">Richard Stallman a annoncé en septembre 1983 le projet 
de développer un
-système d'exploitation libre de type Unix appelé GNU. GNU est le seul
-système d'exploitation développé spécifiquement pour la liberté des
-utilisateurs.</p>
-
-<div id="home">
-<div class="first-column">
-
 <!--#if expr="${DISABLE_TOP_ADDENDUM} == yes" --><!--#else -->
 <!--#set var='link_to_english_page' value='' -->
 <!--#if expr="${ENGLISH_PAGE}" -->
@@ -145,6 +134,16 @@
 </p>
 <!--#endif -->
 
+<!-- end of banner-edu.fr.html -->
+
+<p class="netscape4">Richard Stallman a annoncé en septembre 1983 le projet 
de développer un
+système d'exploitation libre de type Unix appelé GNU. GNU est le seul
+système d'exploitation développé spécifiquement pour la liberté des
+utilisateurs.</p>
+
+<div id="home">
+<div class="first-column">
+
 <h2>Qu'est-ce que GNU ?</h2>
 
 <p>GNU est un système d'exploitation de type Unix, constitué de <a
@@ -415,7 +414,7 @@
 <!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2014/02/06 19:11:50 $
+$Date: 2014/02/07 08:42:40 $
 
 <!-- timestamp end -->
 </p>



reply via email to

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