diff options
| author | Mark Otto <[email protected]> | 2012-12-19 21:42:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 21:42:36 -0800 |
| commit | 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (patch) | |
| tree | 03a6c9c365c3d17f8c73f00646bdc96b108dca77 /docs/assets/css/docs.css | |
| parent | b6945a21682042948543fd6809976d06ad234384 (diff) | |
| download | bootstrap-65edc9cd6e453a7bf30ccbd6a57b3ea340e21907.tar.xz bootstrap-65edc9cd6e453a7bf30ccbd6a57b3ea340e21907.zip | |
Change .jumbotron usage in docs layout to .bs-docs-jumbotron
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 6a7b3d485..a30c62d83 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -83,7 +83,7 @@ hr.soften { /* Base class ------------------------- */ -.jumbotron { +.bs-docs-jumbotron { position: relative; padding: 40px 0; color: #fff; @@ -101,13 +101,13 @@ hr.soften { -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); } -.jumbotron h1 { +.bs-docs-jumbotron h1 { font-size: 80px; font-weight: bold; letter-spacing: -1px; line-height: 1; } -.jumbotron p { +.bs-docs-jumbotron p { font-size: 24px; font-weight: 300; line-height: 1.25; @@ -115,14 +115,14 @@ hr.soften { } /* Link styles (used on .masthead-links as well) */ -.jumbotron a { +.bs-docs-jumbotron a { color: #fff; color: rgba(255,255,255,.5); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } -.jumbotron a:hover { +.bs-docs-jumbotron a:hover { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,.25); } |
