2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

updated hero example, added fluid example, resolved issue with tabs and fluid nav

This commit is contained in:
Mark Otto
2011-09-02 23:01:38 -07:00
parent 6d118411e1
commit 4dbd2334bd
6 changed files with 141 additions and 5 deletions
+7 -1
View File
@@ -46,6 +46,12 @@
}
}
// Plain text in topbar
p {
margin: 0;
line-height: 40px;
}
// Search Form
form {
float: left;
@@ -312,6 +318,7 @@ a.menu:after,
// Basic Tabs
.tabs {
float: left;
width: 100%;
border-bottom: 1px solid #ddd;
> li {
@@ -385,7 +392,6 @@ a.menu:after,
.hero-unit {
background-color: #f5f5f5;
margin-top: 60px;
margin-bottom: 30px;
padding: 60px;
.border-radius(6px);