Minor fixes.
h3rald h3rald@h3rald.com
Sat, 18 Nov 2017 21:43:48 +0100
2 files changed,
5 insertions(+),
5 deletions(-)
M
styles/_blocks.less
→
styles/_blocks.less
@@ -20,7 +20,7 @@ font-weight: normal;
font-family: @monospace-font; font-size: 85%; color: @gray-e; - :first-child { + &:first-child { margin-top: 0px; } &:before {
M
styles/hastyscribe.css
→
styles/hastyscribe.css
@@ -3228,8 +3228,8 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;
font-size: 85%; color: #eee; } -.terminal p :first-child, -.terminal p:first-child :first-child { +.terminal p:first-child, +.terminal p:first-child:first-child { margin-top: 0px; } .terminal p:before,@@ -3285,8 +3285,8 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;
font-size: 85%; color: #eee; } -.terminal-su p :first-child, -.terminal-su p:first-child :first-child { +.terminal-su p:first-child, +.terminal-su p:first-child:first-child { margin-top: 0px; } .terminal-su p:before,