diff options
| author | Mark Otto <[email protected]> | 2013-04-26 20:51:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-26 20:51:48 -0700 |
| commit | aa146582d6e4f23a36edf9bddb1570d16cd61f34 (patch) | |
| tree | 91aaae1afbd3ac19398d67926fe8efb270da13dd /docs/assets/css/docs.css | |
| parent | 57ba494409f91f63b1b1a6ac3d2e74da9635135e (diff) | |
| download | bootstrap-aa146582d6e4f23a36edf9bddb1570d16cd61f34.tar.xz bootstrap-aa146582d6e4f23a36edf9bddb1570d16cd61f34.zip | |
Redo the getting started section to mention BootstrapCDN
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3f3a253c8..ad211d2fd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -13,6 +13,16 @@ body { /* We add the padding to the body for >768px only */ } +hr { + margin-top: 30px; + margin-bottom: 30px; +} + +.bs-docs-dl-options h4 { + margin-top: 15px; + margin-bottom: 5px; +} + .bs-docs-container, .bs-home-container { padding-left: 15px; |
