2
0
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:
Mark Otto
2011-04-27 23:00:33 -07:00
parent b9d6acf766
commit b95e99a173
5 changed files with 173 additions and 107 deletions
+1 -8
View File
@@ -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);