fix button group shadows, update js docs to fix alert js file link

This commit is contained in:
Mark Otto
2012-01-25 20:02:32 -08:00
parent 0db2d45350
commit e877d125d7
8 changed files with 17 additions and 17 deletions

View File

@@ -81,7 +81,7 @@
.btn-group .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
@shadow: inset 1px 0 0 rgba(255,255,255,.125), 0 1px 2px rgba(0,0,0,.05);
@shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
}