You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by bu...@apache.org on 2014/08/05 12:53:48 UTC

svn commit: r918447 - in /websites/staging/sis/trunk/content: ./ book/book.css book/fr/developer-guide.html

Author: buildbot
Date: Tue Aug  5 10:53:48 2014
New Revision: 918447

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/book/book.css
    websites/staging/sis/trunk/content/book/fr/developer-guide.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug  5 10:53:48 2014
@@ -1 +1 @@
-1615809
+1615905

Modified: websites/staging/sis/trunk/content/book/book.css
==============================================================================
--- websites/staging/sis/trunk/content/book/book.css (original)
+++ websites/staging/sis/trunk/content/book/book.css Tue Aug  5 10:53:48 2014
@@ -19,7 +19,7 @@
  * Chapters and sections titles (excluding the book titles).
  */
 h1 {
-  margin-top:          3cm;
+  margin-top:          120pt;
   background-color:    #99AAFF;
   border-top-color:    #0000CC;
   border-bottom-color: #0000CC;
@@ -32,17 +32,17 @@ h1 {
 }
 
 h2 {
-  margin-top:          2cm;
+  margin-top:          40pt;
   border-bottom-style: solid;
-  border-bottom-width: 1pt;
+  border-bottom-width: 2pt;
 }
 
 h3 {
-  margin-top: 1.5cm;
+  margin-top: 24pt;
 }
 
 h4 {
-  margin-top: 1cm;
+  margin-top: 15pt;
 }
 
 p {
@@ -116,6 +116,29 @@ table tr td.separator {
   padding-bottom:      3pt;
 }
 
+table.hidden {
+  border-style: none;
+}
+
+table.hidden tr {
+  vertical-align: top;
+}
+
+table.hidden tr th {
+  border-style:   none;
+  background:     none;
+  color:          #0086E0;
+  font-weight:    bold;
+  padding-top:    9pt;
+  padding-bottom: 3pt;
+  padding-left:   0;
+  padding-right:  0;
+}
+
+table.hidden tr td {
+  padding: 0;
+}
+
 pre {
   margin-left:   30pt;
   margin-right:  30pt;

Modified: websites/staging/sis/trunk/content/book/fr/developer-guide.html
==============================================================================
Binary files - no diff available.