lib/wally/public/skin.css in wally-0.0.18 vs lib/wally/public/skin.css in wally-0.0.19

- old
+ new

@@ -46,11 +46,11 @@ font-family: HelveticaNeue-CondensedBold, inherit; color: black; } h2 { - padding-bottom: 18px; + padding-bottom: 9px; } input, textarea, select, .uneditable-input { width: 229px; } @@ -98,16 +98,26 @@ } .step-keyword:before { color: #FF5382; font-size: 15px; - content: "\2691"; } +.step-keyword { + color: #777; + font-style: italic; + min-width: 40px; + display: inline-block; + padding-left: 10px; +} + section.scenarios { border-bottom: 1px dotted #ccc; margin-bottom: 18px; } section.feature p:first-child { - white-space: pre-wrap + white-space: pre-wrap; + border-left: 1px solid #999; + padding-left: 10px; + margin-left: -10px; }