diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 12:19:01 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 12:19:01 -0700 |
| commit | b18e76f99072fe94f771ad30e492f2d8aca463cb (patch) | |
| tree | 240ac1d2ed083ba64d371e4e0ec9cc9946f27238 /lib/preboot.less | |
| parent | 1d96417201721280c2a0579b875c0b64ea12c1ba (diff) | |
| download | bootstrap-b18e76f99072fe94f771ad30e492f2d8aca463cb.tar.xz bootstrap-b18e76f99072fe94f771ad30e492f2d8aca463cb.zip | |
introduce .fill class to top-nav for overflow bug
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 7839287b9..b90021ebe 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -224,7 +224,7 @@ background-image: -webkit-linear-gradient(left, @startColor, @endColor); // Safari 5.1+, Chrome 10+ background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10 -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor); // IE8+ - // filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); // IE6 & IE7 + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); // IE6 & IE7 background-image: linear-gradient(left, @startColor, @endColor); // Le standard } .vertical (@startColor: #555, @endColor: #333) { @@ -237,7 +237,7 @@ background-image: -webkit-linear-gradient(@startColor, @endColor); // Safari 5.1+, Chrome 10+ background-image: -o-linear-gradient(@startColor, @endColor); // Opera 11.10 -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor); // IE8+ - // filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE6 & IE7 + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE6 & IE7 background-image: linear-gradient(@startColor, @endColor); // The standard } .directional (@startColor: #555, @endColor: #333, @deg: 45deg) { |
