diff options
| author | Chris Rebert <[email protected]> | 2014-02-12 12:04:42 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-12 12:04:42 -0800 |
| commit | e879127e318013f24c62c746c3ee3301057ffe8a (patch) | |
| tree | 37190fa2df5575899ad5f892b8f57d28aee1eb40 /docs/assets/css/docs.css | |
| parent | 32a8716d5c0c10f7559ade5be4061f6d035c7ccf (diff) | |
| parent | f3735d5b122007063653a923b7bc2ef547ac35f5 (diff) | |
| download | bootstrap-e879127e318013f24c62c746c3ee3301057ffe8a.tar.xz bootstrap-e879127e318013f24c62c746c3ee3301057ffe8a.zip | |
Merge pull request #12711 from ZDroid/scrollspy-typo
Fix scrollspy typo in docs.css
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3003e4f06..30daae5a2 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -42,7 +42,7 @@ */ body { - position: relative; /* For scrollyspy */ + position: relative; /* For scrollspy */ } /* Keep code small in tables on account of limited space */ |
