diff options
| author | Mark Otto <[email protected]> | 2014-06-09 21:00:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-09 21:00:27 -0700 |
| commit | b35840e48d18c49fdb916e04516d29b534d64875 (patch) | |
| tree | 957f9cffaae0257dc028c641295d7bc1a27f0ec4 /docs/assets/css/_src | |
| parent | 48e2f92aab310d34e6777406198f539279249ec0 (diff) | |
| download | bootstrap-b35840e48d18c49fdb916e04516d29b534d64875.tar.xz bootstrap-b35840e48d18c49fdb916e04516d29b534d64875.zip | |
simpler and updated docs copy for icon font file paths
Diffstat (limited to 'docs/assets/css/_src')
| -rw-r--r-- | docs/assets/css/_src/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/_src/docs.css b/docs/assets/css/_src/docs.css index 577612def..adade22ee 100644 --- a/docs/assets/css/_src/docs.css +++ b/docs/assets/css/_src/docs.css @@ -1060,10 +1060,14 @@ h1[id] { } /* Example dropdowns */ +.bs-example > .dropdown > .dropdown-toggle { + float: left; +} .bs-example > .dropdown > .dropdown-menu { position: static; display: block; margin-bottom: 5px; + clear: left; } /* Example tabbable tabs */ |
