move around some comments in buttons.less, update labels to use correct variables, add snippet to docs about IE9

This commit is contained in:
Mark Otto
2012-01-26 11:10:07 -08:00
parent dd9a0a3f16
commit edef89f30e
7 changed files with 49 additions and 24 deletions

12
bootstrap.css vendored
View File

@@ -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 {