2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
+9
View File
@@ -101,6 +101,7 @@ body {
display: block;
}
// BASE STYLES
// -----------
@@ -115,3 +116,11 @@ a {
text-decoration: underline;
}
}
// Quick floats
.pull-right {
float: right;
}
.pull-left {
float: left;
}