diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c08d529aa1..119a30528e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -177,6 +177,16 @@ hr.soften { background: url(../img/bs-docs-masthead-pattern.png) repeat center center; 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) ------------------------- */