diff options
| author | Mark Otto <[email protected]> | 2012-11-04 13:24:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-04 13:24:06 -0800 |
| commit | 21957a3d9ea0380ff472f36065d734b30313c739 (patch) | |
| tree | a911be1542d84b3c009906d37ca092d06ef643e5 /docs/assets/css/docs.css | |
| parent | 953dc3a6f2cf09f461f03955e31fbba6bed0095f (diff) | |
| download | bootstrap-21957a3d9ea0380ff472f36065d734b30313c739.tar.xz bootstrap-21957a3d9ea0380ff472f36065d734b30313c739.zip | |
set background size for docs jumbotron for retina
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c08d529aa..119a30528 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) ------------------------- */ |
