adding .brand to topbar for alternative to using an h3 for wordmark; spelling mistakes fixed

This commit is contained in:
Mark Otto
2011-09-10 13:18:10 -07:00
parent c797cb61a6
commit e5b4a1ced5
3 changed files with 8 additions and 6 deletions

6
bootstrap-1.3.0.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: Sat Sep 10 13:04:12 PDT 2011
* Date: Sat Sep 10 13:17:50 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1215,10 +1215,10 @@ table .headerSortUp.purple, table .headerSortDown.purple {
color: #ffffff;
text-decoration: none;
}
.topbar h3 {
.topbar .brand, .topbar h3 {
position: relative;
}
.topbar h3 a {
.topbar .brand a, .topbar h3 a {
float: left;
display: block;
padding: 8px 20px 12px;