2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

move carousel to separate stylesheet, update popovers to fix ie7 bug, fix pagination, fix alerts

This commit is contained in:
Mark Otto
2012-01-15 16:27:36 -08:00
parent 3d9298b04b
commit c02501e1b7
9 changed files with 174 additions and 164 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
padding: 3px;
width: 280px;
overflow: hidden;
background-color: @black;
background-color: rgba(0,0,0,.8);
background: @black; // has to be full background declaration for IE fallback
background: rgba(0,0,0,.8);
.border-radius(6px);
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
}