2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Aligned close buttons to the middle of alert message

This commit is contained in:
kriansa
2011-10-27 01:29:34 -02:00
parent 41ada302ec
commit 3045ce4692
+4
View File
@@ -520,6 +520,10 @@ footer {
&.info:hover { &.info:hover {
color: @white color: @white
} }
// Sets the close button to the middle of message
.close{
line-height: 18px;
}
// Danger and error appear as red // Danger and error appear as red
&.danger, &.danger,
&.error { &.error {