diff options
| author | Mark Otto <[email protected]> | 2012-07-12 13:45:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 13:45:07 -0700 |
| commit | 338c7ef2b6aa62cc6b5f08f687f04eeb960719f0 (patch) | |
| tree | 9cff12deab25bc1488935a220ece6e2427ea15f2 /docs/assets/css/docs.css | |
| parent | 5b5352c92d5edbcf02f0d210e04e7fe241f7e68b (diff) | |
| download | bootstrap-338c7ef2b6aa62cc6b5f08f687f04eeb960719f0.tar.xz bootstrap-338c7ef2b6aa62cc6b5f08f687f04eeb960719f0.zip | |
tweak code snippet on pager and clean up type and font-sizes on docs Home
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index bbdff228d..a0aca5282 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -222,19 +222,22 @@ hr.soften { .marketing { text-align: center; + color: #5a5a5a; } .marketing h1 { margin: 60px 0 10px; font-size: 60px; - font-weight: 400; + font-weight: 200; line-height: 1; letter-spacing: -1px; } .marketing h2 { - font-weight: 400; -`} + font-weight: 200; + margin-bottom: 5px; +} .marketing p { - color: #555; + font-size: 16px; + line-height: 1.5; } .marketing .marketing-byline { margin-bottom: 40px; |
