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:
authorEmir Ribić <ribice@gmail.com>2018-06-18 22:57:21 +0300
committerGitHub <noreply@github.com>2018-06-18 22:57:21 +0300
commitb3ec6e34e2ef6944f1a1359f3e124bc1fa0fa364 (patch)
tree71dd61d4164066a9b7c8aafab9f74279a3d2e519
parentbd467a61bce653150e0b8cf9363bb93ab083bb13 (diff)
parenta0cdc197de02ea30a51804a7a30f31b31bdac061 (diff)
Merge pull request #36 from polyfloyd/master
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 b7fc079..c0c2f8d 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),