diff options
| author | Mark Otto <[email protected]> | 2011-10-26 21:04:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-26 21:04:14 -0700 |
| commit | e616026d678239104b93cafca9a77ea74a4c0ddf (patch) | |
| tree | f6b3edc1be288d8ffcdb7023e166f7aef83492b3 /docs/assets/css | |
| parent | b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4 (diff) | |
| download | bootstrap-e616026d678239104b93cafca9a77ea74a4c0ddf.tar.xz bootstrap-e616026d678239104b93cafca9a77ea74a4c0ddf.zip | |
update to docs to cleanup pagination for smartphones, fix some pagination inconsistencies
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 0a31ac998..59c64e4a7 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -328,10 +328,18 @@ h2 + table { display: block; line-height: 20px; } + /* More space between sections */ + h2 { + margin-top: 27px; + } + h3 { + margin-top: 18px; + } /* Adjust the jumbotron */ .jumbotron h1, .jumbotron p { + text-align: center; margin-right: 0; } .jumbotron h1 { @@ -349,8 +357,15 @@ h2 + table { margin: 36px 0; } .jumbotron .btn { + display: block; font-size: 18px; padding: 10px 14px; + margin: 0 auto 10px; + } + + /* Don't space out quick links so much */ + .quick-links { + margin: 40px 0 0; } /* Popovers */ @@ -361,6 +376,15 @@ h2 + table { margin-left: 0; } + /* Space out the show-grid examples */ + .show-grid [class*="span"] { + margin-bottom: 5px; + } + + /* Unfloat the back to top link in footer */ + .footer .pull-right { + float: none; + } } |
