all repos — hastystyles @ 35889dc3329f940758110ba519d9a0193e6bc070

The stylesheets for HastyScrybe and HastySite.

Minor improvements.
h3rald h3rald@h3rald.com
Sun, 29 Apr 2018 13:02:43 +0200
commit

35889dc3329f940758110ba519d9a0193e6bc070

parent

d144f2982fafabbff250a4f277673d04fbac7705

3 files changed, 4 insertions(+), 11 deletions(-)

jump to
M styles/_blocks.lessstyles/_blocks.less

@@ -9,7 +9,6 @@ .terminal {

.mix-box(@gray-2, @gray-e, @gray-c); .mix-responsive; .mix-hyphens(none); - font-size: 95%; padding: 0 3px; border: 2px solid @gray-9; white-space: pre-wrap;
M styles/_elements.lessstyles/_elements.less

@@ -53,7 +53,6 @@ margin: auto;

padding: 0; code { box-shadow: none; - padding: 0px 2px 0 2px; border: none; line-height: 1.2em; }

@@ -125,10 +124,9 @@ }

code, span.code { .mix-monospace; - color: @dark-gray; - margin: 2px 0px; + .mix-hyphens(none); + color: #000; font-size: 85%; - .mix-hyphens(none); } strong code, b code {
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -3315,7 +3315,6 @@ }

} pre code { box-shadow: none; - padding: 0px 2px 0 2px; border: none; line-height: 1.2em; }

@@ -3387,14 +3386,13 @@ code,

span.code { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-weight: 300; - color: #222; - margin: 2px 0px; - font-size: 85%; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; -o-hyphens: none; hyphens: none; + color: #000; + font-size: 85%; } strong code, b code {

@@ -3968,7 +3966,6 @@ -moz-hyphens: none;

-ms-hyphens: none; -o-hyphens: none; hyphens: none; - font-size: 95%; padding: 0 3px; border: 2px solid #999; white-space: pre-wrap;

@@ -4036,7 +4033,6 @@ -moz-hyphens: none;

-ms-hyphens: none; -o-hyphens: none; hyphens: none; - font-size: 95%; padding: 0 3px; border: 2px solid #999; white-space: pre-wrap;