Author: buildbot
Date: Mon Nov 13 22:42:56 2017
New Revision: 1020802
Log:
Staging update by buildbot for sis
Modified:
websites/staging/sis/trunk/content/ (props changed)
websites/staging/sis/trunk/content/openoffice/fr/formula.html
websites/staging/sis/trunk/content/openoffice/openoffice.css
Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 13 22:42:56 2017
@@ -1 +1 @@
-1815127
+1815146
Modified: websites/staging/sis/trunk/content/openoffice/fr/formula.html
==============================================================================
Binary files - no diff available.
Modified: websites/staging/sis/trunk/content/openoffice/openoffice.css
==============================================================================
--- websites/staging/sis/trunk/content/openoffice/openoffice.css (original)
+++ websites/staging/sis/trunk/content/openoffice/openoffice.css Mon Nov 13
22:42:56 2017
@@ -19,11 +19,11 @@ h2 {
margin-left: 21px;
margin-top: 30px;
margin-bottom: 9px;
+ font-size: large;
}
section > p {
margin-top: 9px;
- text-align: justify;
}
section > p, section > ul {
@@ -35,3 +35,44 @@ section > blockquote {
margin-left: 90px;
margin-right: 60px;
}
+
+p {
+ text-align: justify;
+}
+
+caption {
+ font-family: sans-serif;
+ font-weight: bold;
+ margin-top: 9px;
+ margin-bottom: 3px;
+ text-align: left;
+}
+
+table {
+ margin-left: 60px;
+ margin-right: auto;
+ border-style: solid;
+ border-width: 1px;
+ border-spacing: 0px;
+}
+
+table tr th {
+ background-color: #c9d5e8;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ padding-top: 4px;
+ padding-bottom: 1px;
+ padding-left: 12px;
+ text-align: left;
+}
+
+table tr td {
+ padding-left: 12px;
+ padding-right: 12px;
+ background-color: whitesmoke;
+}
+
+table.grid td {
+ border-style: solid;
+ border-width: 0.5px;
+}