diff options
| author | Mark Otto <[email protected]> | 2012-07-12 21:38:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 21:38:18 -0700 |
| commit | 9343e1e933c1a38ec4cc58024b01edda631863b0 (patch) | |
| tree | a68f2297cbb49c944af0787ba802236bcc5c6153 /docs/assets/css/docs.css | |
| parent | a12f0e551f7da763a9be23013d1b51c161a0f6f8 (diff) | |
| download | bootstrap-9343e1e933c1a38ec4cc58024b01edda631863b0.tar.xz bootstrap-9343e1e933c1a38ec4cc58024b01edda631863b0.zip | |
remove getting started link from home, add to navbar, overhaul getting started docs
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 35eb7b83c..0a713d626 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -95,9 +95,9 @@ hr.soften { background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* IE10+ */ background: linear-gradient(45deg, #020031 0%,#6d3353 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ - -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); - -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); - box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); + -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15); + -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15); + box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15); } .jumbotron h1 { @@ -209,7 +209,7 @@ hr.soften { font-size: 60px; } .subhead p { - margin-bottom: 10px; + margin-bottom: 20px; } .subhead .navbar { display: none; @@ -915,5 +915,3 @@ form.bs-docs-example { } } - - |
