From: Jason Woofenden Date: Mon, 12 Jan 2015 17:00:21 +0000 (-0500) Subject: css: fix bolding of first caption X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=d909709392a7030eea75596bc6bf2e77f7525f5f css: fix bolding of first caption --- diff --git a/code/wfpl b/code/wfpl index cb781e2..eecd5e3 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit cb781e2eff50ef8d28a6a8868559a18465614dac +Subproject commit eecd5e3576866afc8091abe9b74352130fd8e6cc diff --git a/styl.styl b/styl.styl index b95e4f0..d979446 100644 --- a/styl.styl +++ b/styl.styl @@ -31,9 +31,10 @@ code.html border: 1px solid black background: #ccc -* + .caption - margin-top: 15px +.caption font-weight: bold + * + & + margin-top: 15px .field padding-top: 3px;