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:
+2
-2
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user