aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 09:53:53 -0800
committerMark Otto <[email protected]>2012-01-25 09:53:53 -0800
commit29b4ba0fc5a07ecbde11054dfa4406384a360d32 (patch)
tree4ef941da955de75731e537edf4719fd8edf8bb44 /lib
parentb01de5fc56ab031df8a08be9ce720c68ced7a5c1 (diff)
downloadbootstrap-29b4ba0fc5a07ecbde11054dfa4406384a360d32.tar.xz
bootstrap-29b4ba0fc5a07ecbde11054dfa4406384a360d32.zip
fix modal examples on js page, update modal close button positioning
Diffstat (limited to 'lib')
-rw-r--r--lib/modals.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modals.less b/lib/modals.less
index d6efccd39..0368e01e1 100644
--- a/lib/modals.less
+++ b/lib/modals.less
@@ -44,7 +44,7 @@
padding: 5px 15px;
border-bottom: 1px solid #eee;
// Close icon
- .close { margin-top: 7px; }
+ .close { margin-top: 2px; }
}
.modal-body {
padding: 15px;