vendor/toolkit/metro-ui/grid.less in metro-ui-rails-0.15.8.12 vs vendor/toolkit/metro-ui/grid.less in metro-ui-rails-0.15.8.13

- old
+ new

@@ -1,9 +1,9 @@ /* * Metro UI CSS * Copyright 2012 Sergey Pimenov - * Licensed under the MIT Lilcense + * Licensed under the MIT License * * Grid.less * */ @@ -110,6 +110,16 @@ border: 1px #ccc dotted; } } .clearfix(); -} \ No newline at end of file +} + +.grid > .row::before, .grid > .row::after { + content: normal; +} + +td[class*="span"], th[class*="span"] { + display: table-cell !important; + float: none !important; + padding: 0 !important; +}