aboutsummaryrefslogtreecommitdiff
path: root/lib/scaffolding.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 23:01:38 -0700
committerMark Otto <[email protected]>2011-09-02 23:01:38 -0700
commit4dbd2334bd8156b7621e11c19a411db1308821d8 (patch)
treef809ca77c3d0b1371ee10506d07d8e091f66dde1 /lib/scaffolding.less
parent6d118411e1d456553baf5d09aea15ff13f7b8ef4 (diff)
downloadbootstrap-4dbd2334bd8156b7621e11c19a411db1308821d8.tar.xz
bootstrap-4dbd2334bd8156b7621e11c19a411db1308821d8.zip
updated hero example, added fluid example, resolved issue with tabs and fluid nav
Diffstat (limited to 'lib/scaffolding.less')
-rw-r--r--lib/scaffolding.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 5f4734b99..845c4d355 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -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;
+}