2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
+3 -3
View File
@@ -172,9 +172,9 @@ section {
border-right-color: #ddd;
border-left: 0;
padding-left: 13px;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav li:first-child a {
border-left: 0;