mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Updated documentation; added stacked forms; cleaned up spacing; moved all ids to the section element instead of the page header to fix spacing with bookmarked links;
This commit is contained in:
+1
-8
@@ -7,10 +7,6 @@
|
||||
/* Top bar
|
||||
-------------------------------------------------- */
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
background-position: 0 40px;
|
||||
}
|
||||
div.topbar {
|
||||
#gradient > .vertical(#333, #222);
|
||||
position: fixed;
|
||||
@@ -33,6 +29,7 @@ div.topbar {
|
||||
float: left;
|
||||
padding: 0 10px;
|
||||
line-height: 40px;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
}
|
||||
// Logo
|
||||
a#logo {
|
||||
@@ -41,7 +38,6 @@ div.topbar {
|
||||
color: @gray-light;
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
img {
|
||||
float: left;
|
||||
margin-top: 9px;
|
||||
@@ -56,9 +52,6 @@ div.topbar {
|
||||
margin: 0;
|
||||
li {
|
||||
display: inline;
|
||||
a {
|
||||
|
||||
}
|
||||
&.active a {
|
||||
color: #fff;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
|
||||
Reference in New Issue
Block a user