Author: buildbot
Date: Sat May 28 04:34:24 2016
New Revision: 989404
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/en/developer-guide.html
websites/staging/sis/trunk/content/book/fr/developer-guide.html
Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 28 04:34:24 2016
@@ -1 +1 @@
-1745832
+1745833
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 Sat May 28 04:34:24 2016
@@ -59,6 +59,7 @@ div.next-chapter {
* Chapters and sections titles (excluding the book titles).
*/
section > header > h1 {
+ font-family: sans-serif;
margin-top: 160px;
text-align: center;
background-color: #99AAFF;
@@ -74,17 +75,20 @@ section > header > h1 {
}
section > h2 {
+ font-family: sans-serif;
margin-top: 60px;
border-bottom-style: solid;
border-bottom-width: 2px;
}
section > h3 {
- margin-top: 50px;
+ font-family: sans-serif;
+ margin-top: 50px;
}
section > h4 {
- margin-top: 30px;
+ font-family: sans-serif;
+ margin-top: 30px;
}
span.section-number {
@@ -128,7 +132,8 @@ aside h2, article h2,
aside h3, article h3,
aside h4, article h4,
aside h5, article h5 {
- font-size: medium;
+ font-family: sans-serif;
+ font-size: medium;
margin-top: 12px;
margin-bottom: 12px;
}
@@ -139,7 +144,7 @@ aside h1, article h1 {
}
caption {
- color: #0086E0;
+ font-family: sans-serif;
font-weight: bold;
padding-top: 12px;
padding-bottom: 3px;
@@ -196,7 +201,7 @@ table.hidden tr {
table.hidden tr th {
border-style: none;
background: none;
- color: #0086E0;
+ font-family: sans-serif;
font-weight: bold;
padding-top: 12px;
padding-bottom: 6px;
Modified: websites/staging/sis/trunk/content/book/en/developer-guide.html
==============================================================================
Binary files - no diff available.
Modified: websites/staging/sis/trunk/content/book/fr/developer-guide.html
==============================================================================
Binary files - no diff available.