1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

update alert message for ie7 to adjust dismiss icon, update example pages to clean up a few things from testing

This commit is contained in:
Mark Otto
2011-09-16 10:51:44 -07:00
parent 29033316e4
commit e8d9eb264c
7 changed files with 54 additions and 23 deletions

View File

@@ -641,6 +641,11 @@ input[type=submit].btn {
.border-radius(4px);
.box-shadow(inset 0 1px 0 rgba(255,255,255,.25));
// Adjust close icon
.close {
*margin-top: 3px; /* IE7 spacing */
}
// Remove extra margin from content
h5 {
line-height: @baseline;
@@ -915,8 +920,8 @@ input[type=submit].btn {
height: 0;
}
.inner {
background: #333;
background: rgba(0,0,0,.8);
background-color: @black;
background-color: rgba(0,0,0,.8);
padding: 3px;
overflow: hidden;
width: 280px;