diff options
| author | Mark Otto <[email protected]> | 2011-11-12 00:46:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-12 00:46:02 -0800 |
| commit | 1fb98bed91977b710ae321443d0819939a1a8cc7 (patch) | |
| tree | 27ddc846502e2f89e3bc13e9d4fe86fa29f99e77 /lib/patterns.less | |
| parent | 5a702cc6eece2713ac6f6a2f6cbae1b1dd9c5a69 (diff) | |
| download | bootstrap-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.less | 10 |
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 |
