Commit cf1b46bd authored by Mark Otto's avatar Mark Otto

fix alert close position

parent 99ac6ca0
......@@ -2002,6 +2002,7 @@ button.btn.small, input[type="submit"].btn.small {
}
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}
......
......@@ -18,6 +18,7 @@
// Adjust close link position
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment