JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
css: fix bolding of first caption
[wfpl-cms.git] / styl.styl
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;