aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-30 23:17:07 -0700
committerMark Otto <[email protected]>2012-09-30 23:17:07 -0700
commit443b6052463285b36752f97a656be95c01650fca (patch)
tree5c41348a85d97f0fbfc07351f4194001d18d1bca /docs/assets/css/bootstrap-responsive.css
parent9872902e4784220f3add1a1af256dfc89cd6e31a (diff)
downloadbootstrap-443b6052463285b36752f97a656be95c01650fca.tar.xz
bootstrap-443b6052463285b36752f97a656be95c01650fca.zip
remove -moz-box-shadow from .box-shadow() mixin, but keep -webkit since that's needed for most iOS and Android mobile browsers
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 879a8dd33..c79f34c9c 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -635,7 +635,6 @@
border: none;
border-radius: 0;
-webkit-box-shadow: none;
- -moz-box-shadow: none;
box-shadow: none;
}
.nav-collapse .dropdown-menu:before,
@@ -657,7 +656,6 @@
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-inverse .nav-collapse .navbar-form,