diff options
| author | Mark Otto <[email protected]> | 2011-12-19 22:59:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-19 22:59:20 -0800 |
| commit | 069ef6a020dc177bbf4e18a9b425af36b3395ecf (patch) | |
| tree | 84b32b7ad767b629095aeb027e64933ae3df6962 /docs/assets/css | |
| parent | 72a536393c2f2aba4f855384e94c4ce09bc2e39c (diff) | |
| parent | 7df0d1c7d18a72f401094d08afa4eaa9142fe511 (diff) | |
| download | bootstrap-069ef6a020dc177bbf4e18a9b425af36b3395ecf.tar.xz bootstrap-069ef6a020dc177bbf4e18a9b425af36b3395ecf.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css')
| -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 3cf2208e9..8432f92ea 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 -------------------------------------------------- */ |
