aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-04 00:31:43 -0700
committerMark Otto <[email protected]>2012-11-04 00:31:43 -0700
commit25fded1ff4a0ba13e1566adcf6ac82b88e291adb (patch)
treee2c98ca5851cf133fa35b96862baf8b62aa1945b /docs/assets/css/docs.css
parent3de6f3ff88eeac5276af46e0262101b715dea1ad (diff)
downloadbootstrap-25fded1ff4a0ba13e1566adcf6ac82b88e291adb.tar.xz
bootstrap-25fded1ff4a0ba13e1566adcf6ac82b88e291adb.zip
responsive images, updated shadows on navbars, remove responsive file from docs
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index ec15ae2f1..ebd111fd8 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -134,9 +134,6 @@ hr.soften {
font-weight: 200;
color: #fff; /* redeclare to override the `.jumbotron a` */
border: 0;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
@@ -173,6 +170,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)
------------------------- */
@@ -317,9 +324,7 @@ hr.soften {
.show-grid [class*="span"] {
background-color: #eee;
text-align: center;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
+ border-radius: 3px;
min-height: 40px;
line-height: 40px;
}