aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 20:02:32 -0800
committerMark Otto <[email protected]>2012-01-25 20:02:32 -0800
commite877d125d7a2c673fec4e63600c2d8544c3128f6 (patch)
treeb9347cf770d83703bb145190b28fabc6e7f12503 /bootstrap.css
parent0db2d45350a67bc1a98c0f2d1c4706e3bd25ca50 (diff)
downloadbootstrap-e877d125d7a2c673fec4e63600c2d8544c3128f6.tar.xz
bootstrap-e877d125d7a2c673fec4e63600c2d8544c3128f6.zip
fix button group shadows, update js docs to fix alert js file link
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 0d81b9b03..4ece30d20 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Wed Jan 25 15:04:24 PST 2012
+ * Date: Wed Jan 25 15:27:50 PST 2012
*/
article,
aside,
@@ -2592,9 +2592,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.btn-group .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
- -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-menu {
display: block;