mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
comment out box-shadow on masthead and footer in docs.css because Opera sucks at inset box-shadow :"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user