diff options
| author | Alec Rust <[email protected]> | 2012-04-01 17:25:43 +0200 |
|---|---|---|
| committer | Alec Rust <[email protected]> | 2012-04-01 17:25:43 +0200 |
| commit | 574592cba5dc8c7db9f62b83ff91bc679f98a10e (patch) | |
| tree | 8676494711ae5ed4a283037fd2df5da99de01b8d | |
| parent | d335adf644b213a5ebc9cee3f37f781ad55194ef (diff) | |
| download | bootstrap-574592cba5dc8c7db9f62b83ff91bc679f98a10e.tar.xz bootstrap-574592cba5dc8c7db9f62b83ff91bc679f98a10e.zip | |
Corrected "resises" to "resides"
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 4fccea738..870ad0dfe 100644 --- a/less/modals.less +++ b/less/modals.less @@ -56,7 +56,7 @@ .close { margin-top: 2px; } } -// Body (where all modal content resises) +// Body (where all modal content resides) .modal-body { overflow-y: auto; max-height: 400px; |
