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 wh...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout5.css wh...
Date: Fri, 21 Feb 2014 21:16:34 +0000

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

Modified files:
        server/staging/nav-bar/test9: layout5.css why-free.el.html 
Added files:
        server/staging/nav-bar/test9: style.css 

Log message:
        Fix layout5.css with Ineiev's patches to work with style.css; test with 
the current version of why-free.el.html.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout5.css?cvsroot=www&r1=1.15&r2=1.16
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/why-free.el.html?cvsroot=www&r1=1.4&r2=1.5
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/style.css?cvsroot=www&rev=1.1

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- layout5.css 20 Feb 2014 16:25:17 -0000      1.15
+++ layout5.css 21 Feb 2014 21:16:33 -0000      1.16
@@ -6,6 +6,7 @@
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
+</div><!-- /toplinks -->
 restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the
@@ -99,10 +100,12 @@
    without discussion on www-discuss.  The magic 74.92 is for
    consistency with fsf.org.  */
 .inner {
-   position: relative;
-   margin: auto; width: 99%; max-width:74.92em; overflow: hidden;
+   margin: auto; max-width:74.92em; overflow: hidden;
    background-color: white;
 }
+div#null-wrapper {
+   margin: auto; max-width:74.92em;
+}
 
 a[href] { color: #334683; }
 a[href]:visited { color: #971611; }
@@ -142,11 +145,9 @@
 
 #toplinks {
    font-size: .9em;
-   line-height: 2.0em;
+   line-height: 2.2em;
    font-weight: bold;
    padding: 0 1%;
-   background-color: #c9cccf;
-   border-bottom: .1em solid #c9cccf; border-top: .1em solid #c9cccf;
 }
 #toplinks a, a:visited {
    color: #222; text-decoration: none;
@@ -157,17 +158,21 @@
    font-size: 1.1em;
 }
 #toplinks span.fsf a, a:visited {
-   padding: .2em .5em;
    color: #971611;
 }
 #toplinks span.fsf a:hover {
    color: red;
 }
-#toplinks div.links { float: left; }
+#toplinks { float: left; }
 
 #searcher {
+   font-size: .9em;
    text-align: right;
-   color: white; padding-top: 0.05em;
+   line-height: 2.2em;
+   color: white;
+   background-color: #c9cccf;
+   font-weight: bold;
+   padding-right: 1%;
 }
 #searcher, #searcher input { color: #555; }
 
@@ -209,8 +214,6 @@
 
 /*** HEADER ***/
 
-#header { margin: .8em 1% 0 2%; }
-
 #header:after {
    clear: both; content: ""; display: block;
    height: 0px; visibility: hidden; width: 0px;
@@ -223,41 +226,63 @@
    line-height: 1.2em;
    padding: .5em .5em .2em .5em;
    border: 1px dashed #971611;
-   margin-bottom: .9em;
+   margin: 0 1% .75em 0;
 }
 #fssbox p { margin-top: 0; margin-bottom: .5em; }
 
-#fsf-support {
-   font-size: 1em;
-   font-weight: bold;
-   font-style: italic;
-   margin-top: .9em; margin-bottom: .6em;
-}
-#fsf-support a, a:visited { color: #971611; }
-#fsf-support a:hover { color: red; }
-
-#logo img {
-   float: left;
-   height: 2.4em;
-   margin-right: .15em;
-   position: relative; bottom: .8em;
-}
-#logo {
+/* For "normal" pages */
+#gnu-banner {
    font-size: 1.8em;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1.1em;
    padding-top: .8em;
+   margin-top: .35em;
 }
-#logo a {
+#gnu-banner img {
+   float: left;
+   height: 2.4em;
+   margin: 0 .15em 0 1.5%;
+   position: relative; bottom: .8em;
+}
+#gnu-banner a {
    color: #334683; text-decoration: none;
    cursor: pointer;
 }
-#logo a strong {
+#gnu-banner a strong {
    font-size: 1.4em;
    position: relative; left: -.05em;
    color: #971611;
 }
+#fsf-support {
+   font-size: 1em;
+   font-weight: bold;
+   font-style: italic;
+   margin: .8em 0 .6em 1%;
+}
+#fsf-support a, a:visited { color: #971611; }
+#fsf-support a:hover { color: red; }
+
+/* For the pages still using style.css */
+#logo {
+   background:url(topbanner.png) no-repeat;
+   float: left;
+   padding:0; margin:0; border:0;
+}
+#logo:lang(ar) {
+   background:url(/graphics/topbanner.ar.png) no-repeat;
+   float: right;
+}
+#logo a {
+   display:block; overflow:hidden;
+   width:550px;
+   height:0px !important;
+   text-decoration:none;
+   padding:0; padding-top:101px;
+   margin:0; border:0;
+   cursor:pointer;
+}
+
 
 /*** NAVIGATION BAR ***/
 
@@ -400,9 +425,16 @@
 #backtotop {
    clear: both;
    float: right;
-   font-size: 1.1em; margin-bottom: 1.5em;
+   font-size: 1.1em;
    font-weight: bold;
-   margin-left: 1.5em;
+   margin: 0 0 1.5em 0;
+}
+div#backtotop {
+/* For older versions of layout. */
+   float: none;
+   text-align: right;
+   padding: 1em 1%;
+   margin: 0;
 }
 #backtotop a, a:visited { color: #334683; }
 #backtotop a:hover { color: red; }
@@ -441,7 +473,7 @@
    background-color: #f5f6f7;
    border-top: 1px solid #c9cccf;
 }
-#footer p { margin-bottom: 0; }
+#footer p { margin-bottom: .3em; }
 
 #footer .footer-unit, #footer .translators-credits {
    margin: .5em 0;

Index: why-free.el.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/why-free.el.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- why-free.el.html    20 Feb 2014 16:51:53 -0000      1.4
+++ why-free.el.html    21 Feb 2014 21:16:33 -0000      1.5
@@ -1,84 +1,220 @@
-<!--#include virtual /server/header.el.html -->
- <!--#set var="ENGLISH_PAGE" value="/philosophy/why-free.en.html" -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"; lang="en">
+<head>
+
+
+
+
+  
+  
+  
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+
+
+
+
+  
+  
+  
+  <link rev="made" href="mailto:address@hidden"; />
+
+
+
+
+  
+  
+  
+  <link rel="icon" type="image/png" 
href="http://www.gnu.org/graphics/gnu-head-mini.png"; />
+
+
+
+
+  
+  
+  
+  <meta name="ICBM" content="42.256233,-71.006581" />
+
+
+
+
+  
+  
+  
+  <meta name="DC.title" content="gnu.org" />
+
+
+
+  
 
-  <title>Why Software Should Not Have Owners - GNU Project - Free Software 
Foundation (FSF)</title>
 
+  
+  
+  
+  
+  
+  <title>Why Software Should Not Have Owners - GNU Project - Free Software 
Foundation (FSF)</title>
   <meta name="Keywords" content="GNU, GNU Project, FSF, Free Software, Free 
Software Foundation, Why Software Should Not Have Owners" />
 
-<!-- start of server/banner.html -->
-<!-- start of head-include-2.html -->
-<link rel="stylesheet" href="combo.css" media="screen" />
-<link rel="stylesheet" href="layout5.css" media="screen" />
 
-<link rel="stylesheet" href="/mini.css" media="handheld" />
 
-<link rel="stylesheet" href="/print.css" media="print" />
 
-<!-- end of head-include-2.html --></head>
+  
+  
+  
+  <style type="text/css" media="all">
address@hidden url('style.css');
+  </style>
+  
+  
+  
+  <style type="text/css" media="print">
address@hidden url('/print.css');
+  </style>
+</head>
+
+
 <body>
-<div  class="inner">
 
-<!-- start of server/body-include-1.html -->
-<!--#set var="HTML_BODY" value="yes" -->
 
-<div id="toplinks">
-<div class="links">
- <a href="#content">Skip to main text</a>&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="/accessibility/">Accessibility</a>
-</div> <!-- /links -->
 
+
+<div id="toplinks"><span class="netscape4"><a style="" href="#content">Skip to 
content</a> | </span><a href="#translations">Translations of this page</a></div>
+
+
+
+
+<div id="null-wrapper"><!-- enable this div if there something urgent for us 
to do --><!--<div id="urgent">
+</div>
+-->
 <div id="searcher">
- <form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi";>
-  <div><label class="netscape4" for="phrase">Αναζήτηση:</label>
-  <input name="phrase" id="phrase" type="text" size="18" accesskey="s"
-         value="Γιατί GNU/Linux?" onfocus="this.value=''" />
-  <input type="submit" value="Search" />
-  </div><!-- unnamed label -->
- </form>
-</div><!-- /searcher -->
-</div><!-- /toplinks -->
+<form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi";>
+  
+  
+  
+  <div><label for="phrase">Search:</label> <input name="phrase" id="phrase" 
size="35" accesskey="s" type="text" /> <input value="Go" type="submit" /></div>
+
+
+
+
+</form>
+
+
+
+
+</div>
+
 
-<!--#include virtual="/philosophy/po/why-free.translist" -->
-<!-- end of server/body-include-1.html -->
 
-<!-- start of server/body-include-2.html -->
 
 <div id="header">
+<div class="inner">
+<h1 id="logo"><a href="http://www.gnu.org/";>The
+GNU Operating System</a></h1>
+
+
+
+
+<ul id="links">
+
+
+
+
+  <li><a 
href="https://www.fsf.org/associate/support_freedom/join_fsf?referrer=2442";>Join
+the FSF today!</a></li>
+
+
+
+
+  <li id="tabContactUs"><a 
href="http://www.gnu.org/distros/free-distros.html";>Free
+GNU/Linux distros</a></li>
+
+
+
+
+  <li><a href="http://www.fsf.org/";>Free Software
+Foundation</a></li>
+
+
+
+
+</ul>
+
+
+
+
+</div>
+
+
+
+
+</div>
 
-<div id="fssbox">
-Sign up for the<br /><strong><a href="http://www.fsf.org/fss";>Free Software 
Supporter</a></strong>
-<p>Ένα μηναίο ηλεκτρονικό ενημερωτικό 
δελτίο για το GNU και το Ελεύθερο
-Λογισμικό</p>
-</div><!-- /fssbox -->
-
-<div id="logo">
- <p><a href="/">
- <img src="/graphics/heckert_gnu.small.png" alt=" [A GNU head] " />Λειτου
ργικό Σύστημα <strong>GNU</strong></a></p>
-</div><!-- /logo -->
 
-</div><!-- /header -->
 
 
 <div id="navigation">
- <ul>
-  <li id="tabAboutGNU"><a href="/gnu/gnu.html">About&nbsp;GNU</a></li>
-  <li id="tabPhilosophy"><a 
href="/philosophy/philosophy.html">Φιλοσοφία</a></li>
-  <li id="tabLicenses"><a href="/licenses/licenses.html">Άδειες</a></li>
-  <li id="tabEducation"><a href="/education/education.html">Εκπαίδευ
ση</a></li>
-  <li id="tabSoftware"><a href="/software/software.html">Software</a></li>
-  <li id="tabDoc"><a href="/doc/doc.html">Τεκμηρίωση</a></li>
-  <li id="tabHelp"><a 
href="/help/help.html">Βοηθήστε&nbsp;το&nbsp;GNU</a></li>
- </ul>
-</div><!--  /navigation -->
-
-<!-- end of server/body-include-2.html -->
-<div id="content">
-<!--#if expr="$OUTDATED_SINCE" --><!--#else -->
-<!--#include virtual="/server/top-addendum.el.html" -->
-<!--#endif -->
-<!--#set var="DISABLE_TOP_ADDENDUM" value="no" -->
-<!-- end of server/banner.html -->
+<div class="inner">
+<ul>
+
+
+
+
+  <li id="tabMenu"><a href="http://www.gnu.org/";>Home</a></li>
+
+
+
+
+  <li id="tabAboutGNU"><a href="http://www.gnu.org/gnu/gnu.html";>About</a></li>
+
+
+
+
+  <li id="tabSoftware"><a 
href="http://www.gnu.org/software/software.html";>Free&nbsp;Software</a></li>
 
+
+
+
+  <li id="tabPhilosophy"><a 
href="http://www.gnu.org/philosophy/philosophy.html";>Philosophy</a></li>
+
+
+
+
+  <li id="tabLicenses"><a 
href="http://www.gnu.org/licenses/licenses.html";>Licenses</a></li>
+
+
+
+
+  <li><a href="http://www.gnu.org/server/sitemap.html";>Sitemap</a></li>
+
+
+
+
+  <li><a href="http://www.gnu.org/help/help.html";>Help&nbsp;Us</a></li>
+
+
+
+
+  <li><a href="http://order.fsf.org/";>FSF Store</a></li>
+
+
+
+
+</ul>
+
+
+
+
+</div>
+
+
+
+
+</div>
+
+
+
+
+<div id="content" class="inner">
 <h2>&Gamma;&iota;&alpha;&tau;ί
 &tau;&omicron;
 &Lambda;&omicron;&gamma;&iota;&sigma;&mu;&iota;&kappa;ό
@@ -2085,90 +2221,234 @@
  Free Society: The Selected Essays of Richard
 M. Stallman</cite></a>.</h4>
 
-</div> <!-- /content -->
 
-<!-- begin server/footer-text.html -->
 
-<div id="fsf-links">
-       <ul>
-               <li><a href="/">Αρχική&nbsp;σελίδα&nbsp;GNU</a></li>
-               <li><a 
href="http://www.fsf.org/";>Αρχική&nbsp;σελίδα&nbsp;ΙΕΛ</a></li>
-               <li><a 
href="/graphics/graphics.html">Τέχνη&nbsp;GNU</a></li>
-               <li><a 
href="/fun/fun.html">Διασκέδαση&nbsp;GNU</a></li>
-               <li><a href="/people/people.html">GNU's&nbsp;Π
οιος;</a></li>
-               <li><a
-href="http://directory.fsf.org";>Κατάλογος&nbsp;Ελεύθερου
&nbsp;Λογισμικού</a></li>
-               <li><a 
href="/server/sitemap.html">Χάρτης&nbsp;ιστοτόπου</a></li>
-       </ul>
-</div><!-- /fsf-links -->
-
-<div id="mission-statement">
-
-<blockquote><a href="http://www.fsf.org";><img id="fsfbanner" 
src="logo-fsf.org-notext.png" alt=" [Free Software Foundation logo] 
"/></a><strong>«Η αποστολή μας είναι να 
διατηρούμε, προστατεύουμε και προωθούμε 
την ελευθερία
-χρήσης, μελέτης, αντιγραφής, τροποποίησης 
και αναδιανομής λογισμικού
-υπολογιστών, και να υπερασπιζόμαστε τα 
δικαιώματα των χρηστών Ελεύθερου
-Λογισμικού.»</strong></blockquote>
-
-<div id="support-fsf">
-<div id="join-fsf">
- <p><a class="button small" 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>
-   JOIN THE FSF  </a></p>
-</div> <!-- /join-fsf -->
-
-<p>Το <a href="http://www.fsf.org";>Ίδρυμα Ελεύθερου 
Λογισμικού</a> είναι
-ο κύριος οργανωτικός υποστηρικτής του <a
-href="http://www.gnu.org/";>Λειτουργικού Συστήματος 
GNU</a>. <strong>Υποστηρίξτε το GNU και το ΙΕΛ</strong> <a
-href="http://shop.fsf.org/";>αγοράζοντας εγχειρίδια και 
εξοπλισμό</a>, <a
-href="http://www.fsf.org/join";>εγγραφείτε στο ΙΕΛ ως συ
νδεμένο μέλος</a> ή
-κάνοντας μια δωρεά, είτε <a 
href="http://donate.fsf.org/";>απευθείας στο
-ΙΕΛ</a> είτε <a
-href="http://flattr.com/thing/313733/gnuproject-on-Flattr";>μέσω
-Flattr</a>.</p>
-</div> <!-- /support-fsf -->
  
-<p id="backtotop"><a href="#header">Back to Top</a></p>
+</div>
 
-</div> <!-- /mission-statement -->
 
-<!-- end server/footer-text.html -->
 
-<div id="footer">
 
+<!-- All pages on the GNU web server should have the section about -->
+<!-- verbatim copying. Please do NOT remove this without talking --><!-- with 
the webmasters first. --><!-- Please make sure the copyright date is consistent 
with the document -->
+<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
+<div class="inner" id="backtotop">
+<p><a href="#header">back to top</a></p>
+
+
+
+
+</div>
+
+
+
+
+<div id="footer">
 <p>Please send FSF &amp; GNU inquiries to <a 
href="mailto:address@hidden";><em>address@hidden</em></a>.
 There are also <a href="http://www.gnu.org/contact/";>other
 ways to contact</a> the FSF.
 <br />
+
+
+
+
 Please send broken links and other corrections or suggestions to
 <a href="mailto:address@hidden";><em>address@hidden</em></a>.
 </p>
 
+
+
+
 <p>
 Please see the <a 
href="http://www.gnu.org/server/standards/README.translations.html";>Translations
 README</a> for information on coordinating and submitting
 translations of this article.
 </p>
 
-<p>
+
+
+
+<p><small><span style="font-weight: bold;">
+
+
+Translated to Greek by</span>: &nbsp;<a 
href="http://savannah.gnu.org/users/alekos";>Alekos
+Kanakopoulos</a>&nbsp;<a href="mailto:address@hidden";>address@hidden</a>
+<span style="font-family: monospace;"></span></small><code><br />
+
+
+
+
+
+
+</code>
 Copyright &copy; 1994 Richard Stallman
 <br />
+
+
+
+
 Verbatim copying and distribution of this entire article is
 permitted in any medium without royalty provided this notice is
 preserved.
 </p>
 
-<p><small><span style="font-weight: bold;">
-Translated to Greek by</span>: &nbsp;<a 
href="http://savannah.gnu.org/users/alekos";>Alekos
-Kanakopoulos</a>&nbsp;<a href="mailto:address@hidden";>address@hidden</a>
-</span></small>
-</p>
+
+
 
 <p>
 Updated:
-<!-- timestamp start -->$Date: 2014/02/20 16:51:53 $
-<!-- timestamp end -->
-</p>
+<!-- timestamp start -->$Date: 2014/02/21 21:16:33 $
+<!-- timestamp end --></p>
+
+
+
+
+</div>
+
+
+
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+
+
+
+<!-- Please keep this list alphabetical. -->
+<!-- Comment what the language is for each type, i.e. de is Deutsch.--><!-- If 
you add a new language here, please --><!-- advise address@hidden and add it to 
--><!-- - /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
+<!-- - /home/www/html/server/standards/README.translations.html --><!-- - one 
of the lists under the section "Translations Underway" --><!-- - if there is a 
translation team, you also have to add an alias --><!-- to 
mail.gnu.org:/com/mailer/aliases -->
+<!-- Please also check you have the 2 letter language code right versus 
--><!-- <URL:http://www.w3.org/WAI/ER/IG/ert/iso639.htm> --><!-- Please use W3C 
normative character entities -->
+<ul class="translations-list">
+
+
+
+
+<!-- Bulgarian --> <li><a 
href="/philosophy/why-free.bg.html">български</a>&nbsp;[bg]</li>
+
+
+
+
+<!-- Catalan --> <li><a 
href="/philosophy/why-free.ca.html">Catal&agrave;</a>&nbsp;[ca]</li>
+
+
+
+
+<!-- Czech --> <li><a 
href="/philosophy/why-free.cs.html">Česky</a>&nbsp;[cs]</li>
+
+
+
+
+<!-- Danish --> <li><a 
href="/philosophy/why-free.da.html">Dansk</a>&nbsp;[da]</li>
+
+
+
+
+<!-- German --> <li><a 
href="/philosophy/why-free.de.html">Deutsch</a>&nbsp;[de]</li>
+
+
+
+
+<!-- Greek --> <li><a 
href="/philosophy/why-free.el.html">&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;ά</a>&nbsp;[el]</li>
+
+
+
+
+<!-- English --> <li><a 
href="/philosophy/why-free.en.html">English</a>&nbsp;[en]</li>
+
+
+
+
+<!-- Spanish --> <li><a 
href="/philosophy/why-free.es.html">Espa&ntilde;ol</a>&nbsp;[es]</li>
+
+
+
+
+<!-- Persian/Farsi --> <li><a 
href="/philosophy/why-free.fa.html">فارسی</a>&nbsp;[fa]</li>
+
+
+
+
+<!-- French --> <li><a 
href="/philosophy/why-free.fr.html">Fran&ccedil;ais</a>&nbsp;[fr]</li>
+
+
+
+
+<!-- Croatian --> <li><a 
href="/philosophy/why-free.hr.html">Hrvatski</a>&nbsp;[hr]</li>
+
+
+
+
+<!-- Hungarian --> <li><a 
href="/philosophy/why-free.hu.html">Magyar</a>&nbsp;[hu]</li>
+
+
+
+
+<!-- Indonesian --> <li><a href="/philosophy/why-free.id.html">Bahasa
+Indonesia</a>&nbsp;[id]</li>
+
+
+
+
+<!-- Italian --> <li><a 
href="/philosophy/why-free.it.html">Italiano</a>&nbsp;[it]</li>
+
+
+
+
+<!-- Japanese --> <li><a 
href="/philosophy/why-free.ja.html">日本語</a>&nbsp;[ja]</li>
+
+
+
+
+<!-- Korean --> <li><a 
href="/philosophy/why-free.ko.html">한국어</a>&nbsp;[ko]</li>
+
+
+
+
+<!-- Dutch --> <li><a 
href="/philosophy/why-free.nl.html">Nederlands</a>&nbsp;[nl]</li>
+
+
+
+
+<!-- Polish --> <li><a 
href="/philosophy/why-free.pl.html">polski</a>&nbsp;[pl]</li>
+
+
+
+
+<!-- Brazilian Portuguese --> <li><a 
href="/philosophy/why-free.pt-br.html">portugu&ecirc;s
+do Brasil</a>&nbsp;[pt-br]</li>
+
+
+
+
+<!-- Russian --> <li><a href="/philosophy/why-free.ru.html">Р
усский</a>&nbsp;[ru]</li>
+
+
+
+
+<!-- Tamil --> <li><a 
href="/philosophy/why-free.ta.html">தமிழ்</a>&nbsp;[ta]</li>
+
+
+
+
+<!-- Turkish --> <li><a 
href="/philosophy/why-free.tr.html">T&uuml;rk&ccedil;e</a>&nbsp;[tr]</li>
+
+
+
+
+</ul>
+
+
+
 
 </div>
+
+
+
+
 </div>
+
+
+
+
 </body>
 </html>

Index: style.css
===================================================================
RCS file: style.css
diff -N style.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ style.css   21 Feb 2014 21:16:34 -0000      1.1
@@ -0,0 +1,8 @@
+/* this stylesheet is used by older resources, as well as manuals. */
+
address@hidden url('combo.css');
address@hidden url('layout5.css');
+
+/* some very basic styling for the pages that still use this. */
+
+body { margin: auto; width: 99%; max-width:74.92em; }



reply via email to

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