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 /bootstrap.css | |
| 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 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index ffdf19f2e..85b515ecc 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 09:50:58 PST 2012 + * Date: Wed Jan 25 09:53:40 PST 2012 */ article, aside, @@ -2170,7 +2170,7 @@ table .headerSortUp:after { border-bottom: 1px solid #eee; } .modal-header .close { - margin-top: 7px; + margin-top: 2px; } .modal-body { padding: 15px; |
