Author: danhaywood
Date: Thu Nov 29 17:43:09 2012
New Revision: 1415295
URL: http://svn.apache.org/viewvc?rev=1415295&view=rev
Log:
isis site - fleshing out with stubs
Modified:
isis/site/trunk/content/bootstrap.css
Modified: isis/site/trunk/content/bootstrap.css
URL:
http://svn.apache.org/viewvc/isis/site/trunk/content/bootstrap.css?rev=1415295&r1=1415294&r2=1415295&view=diff
==============================================================================
--- isis/site/trunk/content/bootstrap.css (original)
+++ isis/site/trunk/content/bootstrap.css Thu Nov 29 17:43:09 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"] {