diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index c7e8e33e..b2204dca 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -112,6 +112,18 @@ body { margin-top: 10px; } +.modal .label { + vertical-align: text-top; +} + +.modal p { + margin-bottom: 1em; +} + +.modal p:last-child { + margin-top: 2em; +} + /* Landscape phones and down */ @media (max-width: 480px) { |