aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-31 23:27:20 -0700
committerMark Otto <[email protected]>2011-10-31 23:27:20 -0700
commit602919aae83a0f6d12a2c3dcdcdb8c3f1579b647 (patch)
tree70420624e1bcf8af257e7d2d885912055d768d89 /lib
parentf4ba1908217fc91d9e916aecf2d775d638cc2c6f (diff)
downloadbootstrap-602919aae83a0f6d12a2c3dcdcdb8c3f1579b647.tar.xz
bootstrap-602919aae83a0f6d12a2c3dcdcdb8c3f1579b647.zip
tweak alignment for IE7 and chrome
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index e7328d343..8f54f1a8f 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -522,7 +522,7 @@ footer {
}
// Sets the close button to the middle of message
.close{
- font-family: Arial;
+ font-family: Arial, sans-serif;
line-height: 18px;
}
// Danger and error appear as red
@@ -636,7 +636,7 @@ input[type=submit].btn {
font-weight: bold;
line-height: @baseline * .75;
text-shadow: 0 1px 0 rgba(255,255,255,1);
- .opacity(20);
+ .opacity(25);
&:hover {
color: @black;
text-decoration: none;
@@ -663,7 +663,8 @@ input[type=submit].btn {
// Adjust close icon
.close {
- *margin-top: 3px; /* IE7 spacing */
+ margin-top: 1px;
+ *margin-top: 0; // For IE7
}
// Make links same color as text and stand out more