2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

remove remaining fluid grid css

This commit is contained in:
Mark Otto
2012-09-25 22:20:24 -07:00
parent 151ed38cdc
commit 08eea302ef
6 changed files with 8 additions and 209 deletions
+2 -4
View File
@@ -12,12 +12,10 @@
#grid > .core(@gridColumnWidth, @gridGutterWidth, @gridRowWidth);
// Reset utility classes due to specificity
[class*="span"].hide,
.row-fluid [class*="span"].hide {
[class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
[class*="span"].pull-right {
float: right;
}