all repos — hastystyles @ 3888141964da2aaba17641c53df3593ba8365478

The stylesheets for HastyScrybe and HastySite.

Minor fixes.
h3rald h3rald@h3rald.com
Sat, 18 Nov 2017 21:43:48 +0100
commit

3888141964da2aaba17641c53df3593ba8365478

parent

bdf7dd7b468ea93aca02e57992f6cb73f848e0f2

2 files changed, 5 insertions(+), 5 deletions(-)

jump to
M styles/_blocks.lessstyles/_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.cssstyles/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,