diff options
| author | Mark Otto <[email protected]> | 2012-04-01 11:10:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-01 11:10:20 -0700 |
| commit | 7bf4c8e76e1a77825ce560e4695594c02971d3b1 (patch) | |
| tree | 6b09566f415ef84c930df4e234d555edeae45172 | |
| parent | 647f1c98eda0f150e54e9193181acb462a3b9357 (diff) | |
| parent | 574592cba5dc8c7db9f62b83ff91bc679f98a10e (diff) | |
| download | bootstrap-7bf4c8e76e1a77825ce560e4695594c02971d3b1.tar.xz bootstrap-7bf4c8e76e1a77825ce560e4695594c02971d3b1.zip | |
Merge branch 'alecrust-patch-1' into 2.0.3-wip
| -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; |
