2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
+4 -4
View File
@@ -3,7 +3,6 @@
// Base alert styles
.alert {
position: relative;
padding: 8px 35px 8px 14px;
margin-bottom: @baseLineHeight;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
@@ -17,9 +16,10 @@
}
// Adjust close link position
.alert > .close {
.alert .close {
*margin-top: 3px; /* IE7 spacing */
margin-right: -21px;
position: relative;
right: -21px;
}
// Alternate styles
@@ -66,4 +66,4 @@
}
.alert-block p + p {
margin-top: 5px;
}
}