aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-16 10:51:44 -0700
committerMark Otto <[email protected]>2011-09-16 10:51:44 -0700
commite8d9eb264c3ba8c263d37259f65eece7247b00b9 (patch)
treec6d6cac4266f0c618329eace3c026eae127cd037 /lib/patterns.less
parent29033316e414748862b28eb69dfc2a6e71bd15b1 (diff)
downloadbootstrap-e8d9eb264c3ba8c263d37259f65eece7247b00b9.tar.xz
bootstrap-e8d9eb264c3ba8c263d37259f65eece7247b00b9.zip
update alert message for ie7 to adjust dismiss icon, update example pages to clean up a few things from testing
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index cb92126aa..ce387614e 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -641,6 +641,11 @@ input[type=submit].btn {
.border-radius(4px);
.box-shadow(inset 0 1px 0 rgba(255,255,255,.25));
+ // Adjust close icon
+ .close {
+ *margin-top: 3px; /* IE7 spacing */
+ }
+
// Remove extra margin from content
h5 {
line-height: @baseline;
@@ -915,8 +920,8 @@ input[type=submit].btn {
height: 0;
}
.inner {
- background: #333;
- background: rgba(0,0,0,.8);
+ background-color: @black;
+ background-color: rgba(0,0,0,.8);
padding: 3px;
overflow: hidden;
width: 280px;