Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpolyfloyd <floyd@polyfloyd.net>2018-05-18 23:25:07 +0300
committerpolyfloyd <floyd@polyfloyd.net>2018-05-18 23:25:07 +0300
commita0cdc197de02ea30a51804a7a30f31b31bdac061 (patch)
treeb9e471d71542a01ba4247e6135ca6569de03c0b8
parentf221e2f7e5168d559dcb61774912317dd507b4bb (diff)
Justify paragraph text
-rw-r--r--static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 436b7ee..8e44ea8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1149,6 +1149,9 @@ a.box:active {
margin-right: 2em;
margin-top: 1em;
}
+.content p {
+ text-align: justify;
+}
.content blockquote:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),