diff options
| author | Jacob Thornton <[email protected]> | 2011-12-14 18:45:33 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-14 18:45:33 -0800 |
| commit | 7df0d1c7d18a72f401094d08afa4eaa9142fe511 (patch) | |
| tree | f7dffa8a973b668b1c2704925da74def071dfc28 /docs/assets | |
| parent | aa69286c306ab4d0e5fe748953cded81f8260cc1 (diff) | |
| download | bootstrap-7df0d1c7d18a72f401094d08afa4eaa9142fe511.tar.xz bootstrap-7df0d1c7d18a72f401094d08afa4eaa9142fe511.zip | |
rename transitions to transition and fix scrollspy example
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 586b5334b..fa8c92e50 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -318,6 +318,12 @@ h2 + table { width: 290px; } +.scrollspy-example { + height: 200px; + overflow: auto; + position: relative; +} + /* Responsive Docs -------------------------------------------------- */ |
