diff options
| author | Mark Otto <[email protected]> | 2012-01-24 18:24:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 18:24:38 -0800 |
| commit | 26ed8202ee270ce8b103491613fb2f5053472a70 (patch) | |
| tree | e3065e935e4a9c5ea8361b943f6e2155f7e791b0 /docs/assets/css/docs.css | |
| parent | 4793a6f8fa778a333afc15d142f5fe84acb00909 (diff) | |
| download | bootstrap-26ed8202ee270ce8b103491613fb2f5053472a70.tar.xz bootstrap-26ed8202ee270ce8b103491613fb2f5053472a70.zip | |
modify the scaffolding page to fix the language around preboot/grid variables
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d5192ca55..ac48c6e2b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -168,7 +168,8 @@ section { .subhead .subnav-fixed { position: fixed; top: 40px; - z-index:1000; + z-index: 1030; + width: 938px; } |
