mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03: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;
|
||||
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)
|
||||
------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user