mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
set background size for docs jumbotron for retina
This commit is contained in:
@@ -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)
|
||||||
------------------------- */
|
------------------------- */
|
||||||
|
Reference in New Issue
Block a user