Author: buildbot
Date: Tue Jul 23 21:32:21 2013
New Revision: 870885

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/css/sis.css
    websites/staging/sis/trunk/content/site-management.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 21:32:21 2013
@@ -1 +1 @@
-1506288
+1506297

Modified: websites/staging/sis/trunk/content/css/sis.css
==============================================================================
--- websites/staging/sis/trunk/content/css/sis.css (original)
+++ websites/staging/sis/trunk/content/css/sis.css Tue Jul 23 21:32:21 2013
@@ -21,6 +21,9 @@ h1 {
   background: url(../img/h1.png) repeat-x;
   border: 1px solid rgb(192, 192, 192);
 }
+h2 {
+  margin-top: 40px;
+}
 p {
   text-align: justify;
 }
@@ -41,21 +44,21 @@ table {
   background-color: #F4F8FF;
   border-color:     Black;
   border-style:     solid;
-  border-width:     1pt;
-  border-spacing:   0pt;
-  margin:           12pt 0 12pt 0;
-  padding:          0pt;
+  border-width:     1px;
+  border-spacing:   0;
+  margin:           12px 0 12px 0;
+  padding:          0;
   width:            auto;
 }
 table tr th {
   background-color:    #B9DCFF;
   border-bottom-color: Black;
   border-bottom-style: solid;
-  border-bottom-width: 1pt;
-  padding:             3pt;
+  border-bottom-width: 1px;
+  padding:             3px;
 }
 table tr td {
-  padding: 1.5pt 9pt;
+  padding: 0px 9px;
   vertical-align: text-top;
 }
 .sidebar-nav {

Modified: websites/staging/sis/trunk/content/site-management.html
==============================================================================
--- websites/staging/sis/trunk/content/site-management.html (original)
+++ websites/staging/sis/trunk/content/site-management.html Tue Jul 23 21:32:21 
2013
@@ -101,7 +101,7 @@ The remaining of this page is specific t
 The <code>*</code> character stands for an arbitrary amount of files having 
the given extension.</p>
 <div class="codehilite"><pre>site
 ├─ css
-│  ├─ bootstrap.css
+│  ├─ bootstrap.min.css
 │  └─ sis.css
 ├─ img
 │  └─ *.png
@@ -177,8 +177,8 @@ They are rather located together with th
 </tbody>
 </table>
 <h2 id="updating-bootstrap">Updating bootstrap</h2>
-<p>If the <code>bootstrap.css</code> file needs to be updated, then visit the 
<a href="http://twitter.github.io/bootstrap/customize.html";>Bootstrap</a> web 
site
-and select only the following options:</p>
+<p>If the <code>bootstrap.min.css</code> file needs to be updated, then visit 
the <a href="http://twitter.github.io/bootstrap/customize.html";>Bootstrap</a> 
web site
+and select the following options:</p>
 <ul>
 <li>Scaffolding<ul>
 <li>Body type and links</li>
@@ -204,7 +204,7 @@ and select only the following options:</
 </ul>
 </li>
 </ul>
-<p>If new options are needed, then select the <strong>minimal</strong> amount 
of new options.
+<p>If additional options are needed, then select the <strong>minimal</strong> 
amount of new options.
 Do not select an option that <em>may</em> be used; select only the options 
that are actually going to be used.
 Then:</p>
 <ul>


Reply via email to