aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-12 00:46:02 -0800
committerMark Otto <[email protected]>2011-11-12 00:46:02 -0800
commit1fb98bed91977b710ae321443d0819939a1a8cc7 (patch)
tree27ddc846502e2f89e3bc13e9d4fe86fa29f99e77 /lib/patterns.less
parent5a702cc6eece2713ac6f6a2f6cbae1b1dd9c5a69 (diff)
downloadbootstrap-1fb98bed91977b710ae321443d0819939a1a8cc7.tar.xz
bootstrap-1fb98bed91977b710ae321443d0819939a1a8cc7.zip
updated docs pages (still wip), adding misc css classes, added form styles from 1.4, added github buttons to homepage
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 367347e27..618b90840 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -1151,3 +1151,13 @@ input[type=submit].btn {
}
}
}
+
+
+// MISC
+// ----
+.pull-right {
+ float: right;
+}
+.pull-left {
+ float: left;
+} \ No newline at end of file