Minor changes; renamed fonts.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 19:19:33 +0100
8 files changed,
5 insertions(+),
5 deletions(-)
M
styles/_blocks.less
→
styles/_blocks.less
@@ -8,7 +8,7 @@
.terminal { .mix-box(@gray-2, @gray-e, @gray-c); .mix-responsive; - white-space: pre; + white-space: pre-wrap; padding: 0 3px; border: 2px solid @gray-9; border-top: 10px solid @gray-9;
M
styles/_elements.less
→
styles/_elements.less
@@ -46,7 +46,7 @@
pre { .mix-box(@light-gray, @dark-gray, @gray-c); .mix-responsive; - white-space: pre; + white-space: pre-wrap; margin: auto; font-family: @monospace-font; padding: 0;
M
styles/hastyscribe.css
→
styles/hastyscribe.css
@@ -2597,7 +2597,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #333; background-color: #f8f8f8; border: 1px solid #ccc; - white-space: pre; + white-space: pre-wrap; margin: auto; font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; padding: 0;@@ -3197,7 +3197,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #eee; background-color: #222; border: 1px solid #ccc; - white-space: pre; + white-space: pre-wrap; padding: 0 3px; border: 2px solid #999; border-top: 10px solid #999;@@ -3250,7 +3250,7 @@ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
color: #eee; background-color: #222; border: 1px solid #ccc; - white-space: pre; + white-space: pre-wrap; padding: 0 3px; border: 2px solid #999; border-top: 10px solid #999;