diff options
| author | Mark Otto <[email protected]> | 2011-10-17 00:03:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-17 00:03:52 -0700 |
| commit | 6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1 (patch) | |
| tree | d5c96d1c458821e3ec7902944426d6d015dc51b8 /docs/assets/css/docs.css | |
| parent | e7d2218b2043742f21c368d074d97a4bde275730 (diff) | |
| download | bootstrap-6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1.tar.xz bootstrap-6d2e39950d98dafbb82e94f00b3c99b82d0ba1c1.zip | |
updated js docs page to new 12 column layout, fix subhead jumbotron styles to match new front page
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 300eb38f5..2af7764e6 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -98,28 +98,16 @@ body > .navbar-fixed .brand:hover { ------------------------- */ /* supporting docs pages */ .subhead { - background-color: #767d80; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, left top, left bottom, from(#565d60), to(#767d80)); - background-image: -webkit-linear-gradient(#565d60, #767d80); - background-image: -moz-linear-gradient(#565d60, #767d80); - background-image: -o-linear-gradient(top, #565d60, #767d80); - background-image: -khtml-gradient(linear, left top, left bottom, from(#565d60), to(#767d80)); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565d60', endColorstr='#767d80', GradientType=0); /* IE8 and down */ -} -.subhead .inner { - padding: 36px 0 27px; + padding-bottom: 18px; + border-bottom: 3px solid #eee; } .subhead h1, .subhead p { - text-align: left; + margin-right: 0; } .subhead h1 { font-size: 40px; } -.subhead p a { - font-weight: normal; -} /* Quick links |
