www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Wed, 30 Mar 2016 22:10:20 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/03/30 22:10:20

Modified files:
        .              : layout.css 

Log message:
        Fix the page margin and headers in non-templated pages using layout.css.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.190&r2=1.191

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -b -r1.190 -r1.191
--- layout.css  30 Mar 2016 21:52:03 -0000      1.190
+++ layout.css  30 Mar 2016 22:10:20 -0000      1.191
@@ -1144,3 +1144,23 @@
    text-align: right; padding: 1em;
 }
 
+
+/*** FOR MANUALS AND SPECIAL PAGES ***/
+
+/* software/emacs/emacs-paper.html
+   software/sather/docs-1.2/tutorial/sather-tutorial.html
+   software/sather/docs-1.2/specification/sather-specification.html */
+/* Some day, these 3 pages will use style.css, and their definitions will
+   move. */
+h1:first-child { font-size: 2em; margin: 0 3% 1em 3%; padding-top: 1em;}
+h1 { font-size: 1.7em;  margin: 1em 0 0.9em 0; } /* For emacs-paper.html */
+h2 { font-size: 1.4em;  margin: 1em 0 0.9em 0; }
+h3 { font-size: 1.25em; margin: 1em 0 0.9em 0; }
+h4 { font-size: 1.1em;  margin: 1em 0 0.9em 0; }
+h5 { font-size: 1.0em;  margin: 1em 0 1.0em 0; }
+body > h1, body > h2, body > h3, body > h4, body > h5, body > p, body > pre,
+ body > ul, body > ol, body > dl, body > table, body > blockquote, div.book {
+   margin-left: 3%; margin-right: 3%;
+}
+body > hr { margin-top: 2em; }
+



reply via email to

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