diff options
| author | Jacob Thornton <[email protected]> | 2012-01-24 17:13:02 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-24 17:13:02 -0800 |
| commit | a40d4993ed0a947083b7e85cf7772492d613afc8 (patch) | |
| tree | 3946a43fabd88f2e677455be184fbe15509b4d9a /docs/assets/css/docs.css | |
| parent | c2312220e4e1da3939c9fa79e97d79f693058ea2 (diff) | |
| download | bootstrap-a40d4993ed0a947083b7e85cf7772492d613afc8.tar.xz bootstrap-a40d4993ed0a947083b7e85cf7772492d613afc8.zip | |
make subnav fix
Diffstat (limited to 'docs/assets/css/docs.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 d78cea2b1..4ab353069 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -165,6 +165,12 @@ section { border-right: 0; } +.subhead .subnav-fixed { + position: fixed; + top: 40px; + z-index:1000; +} + /* Quick links -------------------------------------------------- */ |
