Commit 21957a3d authored by Mark Otto's avatar Mark Otto
Browse files

set background size for docs jumbotron for retina

parent 953dc3a6
Showing with 10 additions and 0 deletions
+10 -0
...@@ -177,6 +177,16 @@ hr.soften { ...@@ -177,6 +177,16 @@ hr.soften {
background: url(../img/bs-docs-masthead-pattern.png) repeat center center; background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
opacity: .4; opacity: .4;
} }
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1) {
.jumbotron:after {
background-size: 150px 150px;
}
}
/* Masthead (docs home) /* Masthead (docs home)
------------------------- */ ------------------------- */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment