summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:28:53 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:28:53 -0500
commit877491a97c2ac140003c6416dbd33630148bb860 (patch)
tree4b0bb9662ef1adc1b07407c20acc823a8c96fa23 /src/main.scss
parent3521dea3e6666390a01957939b7ce1cd4cc9e37c (diff)
justify DND pages
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main.scss b/src/main.scss
index 15a7b9f..b4f8681 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -135,9 +135,12 @@ body.dnd {
background: url(dnd/Background.png) repeat-y;
background-size: 100%;
- /* This bit is taken from the defaults of org-mode export */
+ /* This bit mostly taken from the defaults of org-mode export */
article {
- font-family: Times, serif; font-size: 12pt;
+ font-family: Times, serif;
+ font-size: 12pt;
+
+ p { text-align: justify; }
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }