aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-31 23:28:05 -0700
committerMark Otto <[email protected]>2011-10-31 23:28:05 -0700
commit5c86074fa9e5c8f39fa9ad4f4b8f028a8d5aebe6 (patch)
treea74e445e94d83adab5267124907e423eaaa8b35e /lib
parenta21363a749f7d30a282e24cefd83840a5a3fca7c (diff)
parent602919aae83a0f6d12a2c3dcdcdb8c3f1579b647 (diff)
downloadbootstrap-5c86074fa9e5c8f39fa9ad4f4b8f028a8d5aebe6.tar.xz
bootstrap-5c86074fa9e5c8f39fa9ad4f4b8f028a8d5aebe6.zip
Merge branch 'kriansa-patch1' into dev
Conflicts: bootstrap.css
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 307bfe4e6..edbaf625d 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -520,6 +520,11 @@ footer {
&.info:hover {
color: @white
}
+ // Sets the close button to the middle of message
+ .close{
+ font-family: Arial, sans-serif;
+ line-height: 18px;
+ }
// Danger and error appear as red
&.danger,
&.error {
@@ -632,7 +637,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;
@@ -659,7 +664,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