Skip to content

Commit

Permalink
Merge pull request #84 from jameskolce/fix-paragraphs-modals
Browse files Browse the repository at this point in the history
Fix space of paragraphs in modals
  • Loading branch information
Keenan Payne committed Oct 2, 2015
2 parents 0986963 + 709bf4b commit 7107a0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions dist/concise.css
Original file line number Diff line number Diff line change
Expand Up @@ -1648,19 +1648,18 @@ ol.dropdown-content {
.modal-body,
.modal-footer {
background-color: white;
margin-top: 0;
padding: 24px 2.5em; }
margin-top: 0; }

.modal-body p {
margin-bottom: 0; }

.modal-body p + p {
margin-bottom: 20px; }
.modal-body {
padding: 32px 2.5em 8px; }
.modal-body p {
margin-bottom: 24px; }

.modal-footer {
border-top: 1px solid #e0e0e0;
font-size: 0.875em;
margin: 0; }
margin: 0;
padding: 24px 2.5em; }
.modal-footer p {
margin-bottom: 0; }

Expand Down
Loading

0 comments on commit 7107a0f

Please sign in to comment.