summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2018-02-07 17:04:53 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2018-02-07 17:04:53 +0530
commit89661cd29ba8a83cc398bab9112a556682a2c2bc (patch)
tree89d2261a6f9a669288aa1194a53ea466f8801669 /themes
parent1bad451553271e15275fdc650bf8477021502fc0 (diff)
release 220
also fix padding around blockquotes.
Diffstat (limited to 'themes')
-rw-r--r--themes/rusted/static/css/_layout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/rusted/static/css/_layout.scss b/themes/rusted/static/css/_layout.scss
index 9604dda..72bf120 100644
--- a/themes/rusted/static/css/_layout.scss
+++ b/themes/rusted/static/css/_layout.scss
@@ -130,7 +130,7 @@ body > footer {
}
}
-blockquote {
+blockquote p {
white-space: pre-line;
}
@@ -147,4 +147,4 @@ blockquote {
.out-of-view-input {
position: absolute;
left: -5000px;
-} \ No newline at end of file
+}