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: Wed, 1 Jun 2016 08:38:38 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/06/01 08:38:38

Modified files:
        .              : style.css 

Log message:
        Fix the example class.

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

Patches:
Index: style.css
===================================================================
RCS file: /webcvs/www/www/style.css,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- style.css   21 May 2016 07:55:35 -0000      1.45
+++ style.css   1 Jun 2016 08:38:37 -0000       1.46
@@ -140,21 +140,25 @@
 /* Inserts */
 table.cartouche td { padding: 1.5em; }
 
-div.display, div.example, div.lisp, div.smalldisplay,
+div.display, div.lisp, div.smalldisplay,
  div.smallexample, div.smalllisp { margin-left: 3%; }
 
-div.example { margin-top: 1em; margin-bottom: 1em; }
-pre.example {
-   padding: .7em 1em .8em 1em;
-   margin: 0;
-   /* Copied from the Datamash manual: */
-   /* Round Corners */
+div.example { padding: .8em 1.2em .4em; }
+pre.example { padding: .8em 1.2em; }
+div.example, pre.example {
+   margin: 1em 0 1em 3% ;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    border: 1px solid #d4cbb6;
    background-color: #f2efe4;
 }
+div.example > pre.example {
+   padding: 0 0 .4em;
+   margin: 0;
+   border: none;
+}
+
 pre.menu-comment { padding-top: 1.3em; margin: 0; }
 
 /* -------------------------------------------------------



reply via email to

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