all repos — hastystyles @ 004c78877080cd153c013c70f109a8d657f002dd

The stylesheets for HastyScrybe and HastySite.

Minor changes; renamed fonts.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 19:19:33 +0100
commit

004c78877080cd153c013c70f109a8d657f002dd

parent

bc9e13bc97b1ff8adee6721e88c306077b9e9688

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