diff options
| author | Mark Otto <[email protected]> | 2011-09-12 22:19:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 22:19:28 -0700 |
| commit | 524948385013d0f4399a0e99539a5664c04cfce4 (patch) | |
| tree | 787fc76ca0d1b75145f98778cbb562ac76bf0901 /docs | |
| parent | 206334ba70c22dc91ec9381f9693ed6356358994 (diff) | |
| download | bootstrap-524948385013d0f4399a0e99539a5664c04cfce4.tar.xz bootstrap-524948385013d0f4399a0e99539a5664c04cfce4.zip | |
comment out box-shadow on masthead and footer in docs.css because Opera sucks at inset box-shadow :"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f45c77745..d30b932cd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -29,8 +29,8 @@ section > .row { padding: 45px 0; -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,.3); -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,.3); - box-shadow: inset 0 10px 30px rgba(0,0,0,.3); -} +/* box-shadow: inset 0 10px 30px rgba(0,0,0,.3); +*/} .jumbotron h1, .jumbotron p { margin-bottom: 9px; @@ -103,8 +103,8 @@ section > .row { border-top: 1px solid #e5e5e5; -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025); -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025); - box-shadow: inset 0 5px 15px rgba(0,0,0,.025); -} +/* box-shadow: inset 0 5px 15px rgba(0,0,0,.025); +*/} .footer p { color: #555; } |
