From: Jason Woofenden Date: Mon, 12 Jan 2015 17:02:49 +0000 (-0500) Subject: metaform css: fix bolding of first caption X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=40d0d4fdb5270bebf7754da661dcd2a0c5d03a68 metaform css: fix bolding of first caption --- diff --git a/metaform/styl.styl b/metaform/styl.styl index b95e4f0..36eb71e 100644 --- a/metaform/styl.styl +++ b/metaform/styl.styl @@ -31,12 +31,13 @@ code.html border: 1px solid black background: #ccc -* + .caption - margin-top: 15px +.caption font-weight: bold + * + & + margin-top: 15px .field - padding-top: 3px; + padding-top: 3px div.field_notes font-size: 12px @@ -190,7 +191,7 @@ footer display: block height: 1px border: 0 - border-top: 1px dotted #ddc; + border-top: 1px dotted #ddc margin: 0 padding: 0