You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2012/11/29 18:43:15 UTC

svn commit: r840021 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/bootstrap.css

Author: buildbot
Date: Thu Nov 29 17:43:15 2012
New Revision: 840021

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/bootstrap.css

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 29 17:43:15 2012
@@ -1 +1 @@
-1415294
+1415295

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 29 17:43:15 2012
@@ -1 +1 @@
-1415294
+1415295

Modified: websites/staging/isis/trunk/content/bootstrap.css
==============================================================================
--- websites/staging/isis/trunk/content/bootstrap.css (original)
+++ websites/staging/isis/trunk/content/bootstrap.css Thu Nov 29 17:43:15 2012
@@ -252,17 +252,23 @@ a:hover {
 .show {
   display: block;
 }
-.row {
+.row-even {
+}
+.row-odd {
+  
+}
+
+.row,.row-even,.row-odd {
   zoom: 1;
   margin-left: -20px;
 }
-.row:before, .row:after {
+.row:before, .row:after, .row-even:before, .row-even:after, .row-odd:before, .row-odd:after {
   display: table;
   content: "";
   zoom: 1;
   *display: inline;
 }
-.row:after {
+.row:after,.row-even:after,.row-odd:after {
   clear: both;
 }
 [class*="span"] {