From d909709392a7030eea75596bc6bf2e77f7525f5f Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 12 Jan 2015 12:00:21 -0500 Subject: [PATCH] css: fix bolding of first caption --- code/wfpl | 2 +- styl.styl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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; -- 1.7.10.4