diff options
| author | Mark Otto <[email protected]> | 2011-06-29 07:40:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 07:40:14 -0700 |
| commit | 5f818d3d22adfdd2db23dc373824a64baaebfac0 (patch) | |
| tree | 961ba86ae547c2cfe8bb8efb23a791960c9b2b80 /lib | |
| parent | a878b83e69f069ed62fb1c9766dd17e90727f5fa (diff) | |
| download | bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.tar.xz bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.zip | |
bunch of small tweaks, fixed a typo
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bootstrap.less | 2 | ||||
| -rw-r--r-- | lib/forms.less | 18 | ||||
| -rw-r--r-- | lib/patterns.less | 10 | ||||
| -rw-r--r-- | lib/preboot.less | 4 | ||||
| -rw-r--r-- | lib/tables.less | 2 |
5 files changed, 5 insertions, 31 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less index 19e53fa0a..e0a619468 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -3,7 +3,7 @@ * This file is only for importing all required stylesheets for LESS to include and then compile. * * Copyright 2011 Twitter, Inc - * Open-sourced under Apatche License v2.0: http://www.apache.org/licenses/LICENSE-2.0 + * Open-sourced under Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built @twitter by @mdo and @fat, like bosses. */ diff --git a/lib/forms.less b/lib/forms.less index 76fd51c7a..275ada2ea 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -189,22 +189,6 @@ div.actions { .help-block { display: block; max-width: 600px; - h5, p, ol li { - color: @gray; - } - p, ol li { - font-size: 12px; - } - p { - margin-bottom: 0; - font-size: 12px; - line-height: @baseline; - color: @grayLight; - } - ol { - margin-bottom: 10px; - margin-left: 25px; - } } // Inline Fields (input fields that appear as inline objects @@ -285,7 +269,7 @@ ul.inputs-list { } small { font-size: 12px; - font-weight: normal !important; + font-weight: normal; } } ul.inputs-list { diff --git a/lib/patterns.less b/lib/patterns.less index 13cdc8178..80e19b22f 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -45,7 +45,6 @@ div.topbar { font-weight: 200; line-height: 1; img { - display: inline; float: left; margin-right: 6px; } @@ -122,13 +121,6 @@ div.topbar { background-color: #222; background-color: rgba(0,0,0,.5); } - // Vertical rule - &.vr { - border-left: 1px solid #008db8; - border-right: 1px solid #00a0d1; - height: 26px; - margin: 6px 3px 1px 3px; - } } // Dropdowns &.primary-nav li ul { @@ -356,7 +348,6 @@ ul.pills { li { display: inline; a { - display: inline; float: left; width: auto; } @@ -427,7 +418,6 @@ div.pagination { li { display: inline; a { - display: inline; float: left; padding: 0 14px; line-height: (@baseline * 2) - 2; diff --git a/lib/preboot.less b/lib/preboot.less index a352a4ff8..91f751ecc 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -221,8 +221,8 @@ background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ background-image: -webkit-linear-gradient(left, @startColor, @endColor); // Safari 5.1+, Chrome 10+ background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10 - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); /* IE6 & IE7 */ -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 */ background-image: linear-gradient(left, @startColor, @endColor); // Le standard } .vertical (@startColor: #555, @endColor: #333) { @@ -234,8 +234,8 @@ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); /* Safari 4+, Chrome 2+ */ background-image: -webkit-linear-gradient(@startColor, @endColor); /* Safari 5.1+, Chrome 10+ */ background-image: -o-linear-gradient(@startColor, @endColor); /* Opera 11.10 */ - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); /* IE6 & IE7 */ -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 */ background-image: linear-gradient(@startColor, @endColor); /* the standard */ } .directional (@startColor: #555, @endColor: #333, @deg: 45deg) { diff --git a/lib/tables.less b/lib/tables.less index 3f1b5ada8..9a23c42d6 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -61,7 +61,7 @@ table.zebra-striped { background-repeat: no-repeat; } th.actions:hover { - background-image: none !important; + background-image: none; } th.headerSortDown, th.headerSortDown:hover { // Style the descending (alphabetical) column header |
