Remove ineffective code.
float:left makes display:inline ineffective. Maybe there's another need for display:inline but I haven't found it.
This commit is contained in:
parent
7ab682091d
commit
79c18bac74
2
stylesheets/skeleton.css
vendored
2
stylesheets/skeleton.css
vendored
@ -23,7 +23,7 @@
|
||||
|
||||
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
|
||||
.container .column,
|
||||
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
|
||||
.container .columns { float: left; margin-left: 10px; margin-right: 10px; }
|
||||
.row { margin-bottom: 20px; }
|
||||
|
||||
/* Nested Column Classes */
|
||||
|
Loading…
Reference in New Issue
Block a user