diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-19 21:53:08 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-19 21:53:08 -0400 |
commit | 9a54e79cd3047f8bfc50646261961399d0f5b549 (patch) | |
tree | e643b8766d12a0fc0dbb9cf8054f4342731a44fb /css | |
parent | 6f4c8594f85881d67deaeb81d5b7c110bbd13dff (diff) |
index: modal for custom work
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) { |