diff options
| author | Mark Otto <[email protected]> | 2012-01-26 11:10:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 11:10:07 -0800 |
| commit | edef89f30efd73e5fca9952eef48136f8264aa93 (patch) | |
| tree | a8f1a6d3c4a5ec3db1c1007a5c087065d3150b14 /bootstrap.css | |
| parent | dd9a0a3f1639ea9a060b147c26601d236d240bf1 (diff) | |
| download | bootstrap-edef89f30efd73e5fca9952eef48136f8264aa93.tar.xz bootstrap-edef89f30efd73e5fca9952eef48136f8264aa93.zip | |
move around some comments in buttons.less, update labels to use correct variables, add snippet to docs about IE9
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap.css b/bootstrap.css index 2432c74db..4e7316558 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Jan 26 13:51:07 EST 2012 + * Date: Thu Jan 26 11:09:38 PST 2012 */ article, aside, @@ -1828,7 +1828,7 @@ table .span12 { .navbar-search .search-query :-moz-placeholder { color: #eeeeee; } -.navbar-search .search-query::-webkit-input-placeholder { +.navbar-search .search-query ::-webkit-input-placeholder { color: #eeeeee; } .navbar-search .search-query:hover { @@ -2721,16 +2721,16 @@ a.thumbnail:hover { border-radius: 3px; } .label.important { - background-color: #c43c35; + background-color: #b94a48; } .label.warning { background-color: #f89406; } .label.success { - background-color: #46a546; + background-color: #468847; } -.label.notice { - background-color: #62cffc; +.label.info { + background-color: #3a87ad; } @-webkit-keyframes progress-bar-stripes { from { |
