diff options
| author | Mark Otto <[email protected]> | 2013-02-17 20:18:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 20:18:29 -0800 |
| commit | 82d059de87ff05511ba4de4a0e345f1f26de89f8 (patch) | |
| tree | f04f45292bfe19a06992e93a7a1dba4555238960 /docs/assets/css/docs.css | |
| parent | 159167041f0e9e81bf80ccacb990aede1b459a7c (diff) | |
| download | bootstrap-82d059de87ff05511ba4de4a0e345f1f26de89f8.tar.xz bootstrap-82d059de87ff05511ba4de4a0e345f1f26de89f8.zip | |
fix broken marketing section with updated class
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 e35badfc9..e1caaceb7 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -9,6 +9,7 @@ -------------------------------------------------- */ body { + padding-top: 54px; position: relative; /* For scrollyspy */ /* We add the padding to the body for >768px only */ } @@ -310,6 +311,11 @@ section > ul li { margin-left: 20px; } +/* Example tabbable tabs */ +.bs-docs-example-tabs .nav-tabs { + margin-bottom: 15px; +} + /* Example templates -------------------------------------------------- */ |
