diff options
| author | Mark Otto <[email protected]> | 2011-09-02 09:51:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 09:51:32 -0700 |
| commit | f29c8abcbbebefa1bb27324cdfb1c22a63e1519e (patch) | |
| tree | afcadc90ef64607de0ddf9f8641991d518abb9c3 /lib | |
| parent | 44b18f4911e125cc07a6d56292983b0cbfa3ae19 (diff) | |
| parent | 55698b303d58c08636637bf4147b22c521beb8b8 (diff) | |
| download | bootstrap-f29c8abcbbebefa1bb27324cdfb1c22a63e1519e.tar.xz bootstrap-f29c8abcbbebefa1bb27324cdfb1c22a63e1519e.zip | |
Merge pull request #138 from pthrasher/master
Fix for popover issue from #136
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index ded9a1e5f..5863659c2 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -90,11 +90,11 @@ body { .container-fluid { padding: 0 20px; .clearfix(); - .sidebar { + > .sidebar { float: left; width: 220px; } - .content { + > .content { min-width: 700px; max-width: 1180px; margin-left: 240px; |
