vendor/toolkit/metro-ui/layout.less in metro-ui-rails-0.15.8.14 vs vendor/toolkit/metro-ui/layout.less in metro-ui-rails-0.15.8.15

- old
+ new

@@ -1,14 +1,5 @@ -/* - * Metro UI CSS - * (c) 2012-2013 by Sergey Pimenov - * Licensed under the MIT License and Commercial - * - * Layout.less - * - */ - *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @@ -46,11 +37,11 @@ .page { position: relative; height: 100%; min-height: 100%; width: 100%; - .clearfix(); + .clearfix; .page-header { width: 100%; position: relative; display: block; @@ -206,9 +197,10 @@ .page-header { position: fixed; top: 0; left: 0; right: 0; + z-index: 10000; } .page-region { padding-top: 140px; }