JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
css: fix bolding of first caption
authorJason Woofenden <jason@jasonwoof.com>
Mon, 12 Jan 2015 17:00:21 +0000 (12:00 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 12 Jan 2015 17:00:21 +0000 (12:00 -0500)
code/wfpl
styl.styl

index cb781e2..eecd5e3 160000 (submodule)
--- a/code/wfpl
+++ b/code/wfpl
@@ -1 +1 @@
-Subproject commit cb781e2eff50ef8d28a6a8868559a18465614dac
+Subproject commit eecd5e3576866afc8091abe9b74352130fd8e6cc
index b95e4f0..d979446 100644 (file)
--- 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;