2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fix alert close position

This commit is contained in:
Mark Otto
2012-01-28 18:46:41 -08:00
parent 99ac6ca08e
commit cf1b46bda4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
// Adjust close link position
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}