summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorPascal Hertleif <killercup@gmail.com>2016-02-02 12:56:31 +0100
committerPascal Hertleif <killercup@gmail.com>2016-02-02 12:56:31 +0100
commit8b4d3c4e5c4dd517f9411a6851a34f9de84a6070 (patch)
treecac50e7a2e88d75fe53e65ecfa5b30f00feb5926 /themes
parent4fc142c90e291d20b542d49c2f88c40801a15b87 (diff)
Improve Quote Readability
If someone really wants a narrow font, they should use a font that is narrow (and not manually adjust the letter spacing for small text sizes).
Diffstat (limited to 'themes')
-rw-r--r--themes/rusted/static/css/_base.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/rusted/static/css/_base.scss b/themes/rusted/static/css/_base.scss
index 2adb494..f8a4a9e 100644
--- a/themes/rusted/static/css/_base.scss
+++ b/themes/rusted/static/css/_base.scss
@@ -111,7 +111,6 @@ blockquote {
border-left: 4px solid $grey-colour-light;
padding-left: $spacing-unit / 2;
font-size: 18px;
- letter-spacing: -1px;
font-style: italic;
> :last-child {