diff options
| author | Mark Otto <[email protected]> | 2012-01-25 09:53:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 09:53:53 -0800 |
| commit | 29b4ba0fc5a07ecbde11054dfa4406384a360d32 (patch) | |
| tree | 4ef941da955de75731e537edf4719fd8edf8bb44 /lib | |
| parent | b01de5fc56ab031df8a08be9ce720c68ced7a5c1 (diff) | |
| download | bootstrap-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.less | 2 |
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; |
