Browse Source

commented out mw-content-text .columns li {float:none;width:90%;} in an attempt to resolve Issue #21 Block Grids not working right

Garrick van Buren 12 years ago
parent
commit
6e8da5443d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/stylesheets/foreground.css

+ 1 - 1
assets/stylesheets/foreground.css

@@ -145,7 +145,7 @@ footer.row ul.views.columns li {
 
 .mw-specialpages-table td ul.columns li {width: 50%;}
 
-#mw-content-text .columns li {float:none;width:90%;}
+/*#mw-content-text .columns li {float:none;width:90%;}*/
 
 footer.row ul.columns li { display: inline;float:none;}