www-commits
[Top][All Lists]
Advanced

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

www style.css


From: Therese Godefroy
Subject: www style.css
Date: Thu, 9 Jun 2016 16:32:58 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/06/09 16:32:58

Modified files:
        .              : style.css 

Log message:
        Remove unused definitions: old pages have been updated.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.46&r2=1.47

Patches:
Index: style.css
===================================================================
RCS file: /webcvs/www/www/style.css,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- style.css   1 Jun 2016 08:38:37 -0000       1.46
+++ style.css   9 Jun 2016 16:32:58 -0000       1.47
@@ -14,13 +14,13 @@
 
 body {
    max-width: 74.92em;
-   overflow-x: hidden;
    margin: 0 auto;
    padding: .5em 1em 1em 1em;
    background-color: white;
    border: .1em solid #c0c0c0;
 }
 
+
 /*** BASIC ELEMENTS ***/
 
 /* Size and positioning */
@@ -34,7 +34,7 @@
 h5 { font-size: 1.00em; margin: 1.0em 0 1.00em 0; }
 
 p, pre { margin: 1em 0; }
-pre { overflow: auto; }
+pre { overflow: auto; padding-bottom: .3em; }
 
 ul, ol, blockquote { margin-left: 1.5%; margin-right: 1.5%; }
 hr { margin: 1em 0; }
@@ -107,6 +107,7 @@
 em { font-style: italic; }
 small { font-size: .9em; }
 
+
 /*** SIMPLE CLASSES ***/
 
 .center, .c { text-align: center; }
@@ -120,6 +121,7 @@
 
 .netscape4, .no-display { display: none; }
 
+
 /*** MANUAL PAGES ***/
 
 /* This makes the very long tables of contents in Gnulib and other
@@ -161,103 +163,10 @@
 
 pre.menu-comment { padding-top: 1.3em; margin: 0; }
 
-/* -------------------------------------------------------
-   This will be removed when the last pages with an old-style
-   banner and footer are updated to a recent boilerplate:
-   audio-video.gnu.org/video/*
-*/
-
-/* This restores the normal margin for pages that use #null-wrapper. */
-#null-wrapper { margin: -1em; }
-#translations, #header, #null-wrapper #content, #footer {
-   padding-left: 3%; padding-right: 3%;
-}
-#links { display: none; }
-
-#content h1 { font-size: 2.4em; }
-#content h2 { font-size: 2em; }
-
-/* GNU banner */
-
-#logo {
-   background:url(/graphics/topbanner.png) no-repeat;
-   float: left;
-   padding:0; margin:0; border:0;
-}
-#logo a {
-   display:block; overflow:hidden;
-   width:550px;
-   height:0px;
-   text-decoration:none;
-   padding:0; padding-top:101px;
-   margin:0; border:0;
-   cursor:pointer;
-}
-
-/* Navigation bar */
-
-#navigation ul {
-   clear: both;
-   text-align: center;
-   font-size: .9em;
-   font-family: "FreeSans", sans-serif;
-   padding: .2em;
-   margin: 0;
-   background-color: #a50606;
-}
-#navigation li {
-   display: inline-block;
-   font-weight: bold;
-   padding: .15em .25em;
-   margin: 0;
-   border: .15em solid #a50606; /* To avoid size change when active. */
-}
-#navigation li a {
-   padding: .15em 0;
-   text-decoration: none;
-}
-#navigation li a, #navigation li a:visited { color: white; }
-#navigation li a:hover { text-decoration: underline; }
-
-#navigation li.active {
-   font-style: italic;
-   border: .15em solid white;
-}
-#navigation li.active a:hover { text-decoration: none; }
-
-
-/* Return link */
-
-div#backtotop {
-   text-align: right;
-   line-height: 1.5em;
-   font-weight: bold;
-   margin: 1.5em 5%;
-}
-#backtotop a, #backtotop a:visited { color: #333; }
-#backtotop a:hover { color: #777; }
-
-/* Footer */
-
-#footer {
-   clear: both;
-   color: #333;
-   padding-top: 1em; padding-bottom: 1em;
-   background-color: #f2f2f2;
-   border: 1px solid #c0c0c0;
-}
-#footer p { font-size: .9em; margin: 0; }
-
-#footer .unprintable, #footer .translators-credits {
-   margin-bottom: .7em;
-}
-/*--------------------------------------------------------*/
-
 
 /*** FOR WIDE SCREENS ***/
 
 @media (min-width: 40em) {
    body { padding: .5em 3em 1em 3em; }
    div.header, div.node { margin: 0 -3em; padding: 0 3em; }
-   #null-wrapper { margin: 0 -3em; }
 }



reply via email to

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