diff options
| author | Mark Otto <[email protected]> | 2011-09-02 23:01:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 23:01:38 -0700 |
| commit | 4dbd2334bd8156b7621e11c19a411db1308821d8 (patch) | |
| tree | f809ca77c3d0b1371ee10506d07d8e091f66dde1 /lib/scaffolding.less | |
| parent | 6d118411e1d456553baf5d09aea15ff13f7b8ef4 (diff) | |
| download | bootstrap-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.less | 9 |
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; +} |
