2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix color for alert blocks in ie6-7

This commit is contained in:
Jacob Thornton
2011-08-21 20:21:59 -07:00
parent 60fc4eb7b9
commit 842ad01fce
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -338,11 +338,13 @@ div.block-message {
padding: 14px;
color: @grayDark;
color: rgba(0,0,0,.8);
*color: @grayDark; /* IE 6-7 */
text-shadow: 0 1px 0 rgba(255,255,255,.25);
.border-radius(6px);
p {
color: @grayDark;
color: rgba(0,0,0,.8);
*color: @grayDark; /* IE 6-7 */
margin-right: 30px;
margin-bottom: 0;
}