aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 21:11:20 -0800
committerMark Otto <[email protected]>2012-01-24 21:11:20 -0800
commitf2fe2b1798380ab65e88281ab4db47965cd5aaf8 (patch)
tree733516d2c24ed2f086a440a7db792c2183c21f83 /bootstrap.css
parent9602248ad5dcdcee69c696ca585ebc0c96f5463f (diff)
downloadbootstrap-f2fe2b1798380ab65e88281ab4db47965cd5aaf8.tar.xz
bootstrap-f2fe2b1798380ab65e88281ab4db47965cd5aaf8.zip
remove top margin from alert close, chance close line height to 18px (baseLineHeight)
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 62690e42f..4bda5047e 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Jan 24 20:44:12 PST 2012
+ * Date: Tue Jan 24 21:10:54 PST 2012
*/
article,
aside,
@@ -1505,7 +1505,7 @@ i {
float: right;
font-size: 20px;
font-weight: bold;
- line-height: 12px;
+ line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
filter: alpha(opacity=20);
@@ -2627,11 +2627,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
color: #c09853;
}
.alert .close {
- *margin-top: 3px;
- /* IE7 spacing */
-
position: relative;
right: -21px;
+ line-height: 18px;
}
.alert-success {
background-color: #dff0d8;