]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix alert close position
authorMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 02:46:41 +0000 (18:46 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 02:46:41 +0000 (18:46 -0800)
docs/assets/css/bootstrap.css
less/alerts.less

index 6916e9361a34b7a801082a161539b244797032a1..43ef8547f51c723bbb95604a3789563d13a59b0e 100644 (file)
@@ -2002,6 +2002,7 @@ button.btn.small, input[type="submit"].btn.small {
 }
 .alert .close {
   position: relative;
+  top: -2px;
   right: -21px;
   line-height: 18px;
 }
index 23c17e704160b61c1393bf46cc39bc07dc08e042..562826fd30cdfad1e3fbcab42493f5e313947ef6 100644 (file)
@@ -18,6 +18,7 @@
 // Adjust close link position
 .alert .close {
   position: relative;
+  top: -2px;
   right: -21px;
   line-height: 18px;
 }