mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-19 10:04:37 -05:00
move the .brand from the parent to the a tag in the topbar; fix the moving text in IE7
This commit is contained in:
6
bootstrap-1.3.0.css
vendored
6
bootstrap-1.3.0.css
vendored
@@ -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: Sun Sep 11 18:43:05 PDT 2011
|
||||
* Date: Sun Sep 11 19:59:57 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).
|
||||
@@ -1304,10 +1304,10 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.topbar .brand, .topbar h3 {
|
||||
.topbar h3 {
|
||||
position: relative;
|
||||
}
|
||||
.topbar .brand a, .topbar h3 a {
|
||||
.topbar h3 a, .topbar .brand {
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 8px 20px 12px;
|
||||
|
||||
Reference in New Issue
Block a user