diff options
| author | Mark Otto <[email protected]> | 2012-01-28 11:24:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 11:24:34 -0800 |
| commit | f1dc214977ed2613565a0c4a9846864c84fb2602 (patch) | |
| tree | fa806e611b36d76e50b8e704dcac77811cc23679 /less | |
| parent | 245276825924acd0cfe5f4fd57b0f8b9970b64c3 (diff) | |
| download | bootstrap-f1dc214977ed2613565a0c4a9846864c84fb2602.tar.xz bootstrap-f1dc214977ed2613565a0c4a9846864c84fb2602.zip | |
increase padding on modal-header after decreasing h3 line-height
Diffstat (limited to 'less')
| -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 7f07d11e4..386aabb49 100644 --- a/less/modals.less +++ b/less/modals.less @@ -41,7 +41,7 @@ &.fade.in { top: 50%; } } .modal-header { - padding: 5px 15px; + padding: 9px 15px; border-bottom: 1px solid #eee; // Close icon .close { margin-top: 2px; } |
