summaryrefslogtreecommitdiff
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
parent3521dea3e6666390a01957939b7ce1cd4cc9e37c (diff)
justify DND pages
-rw-r--r--TODO.org1
-rw-r--r--src/main.scss7
2 files changed, 5 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index 7257313..51c52c5 100644
--- a/TODO.org
+++ b/TODO.org
@@ -5,7 +5,6 @@
- categories (writing/programming/dnd)
* style
- org tables
-- alignment (justify)
- external link (and wiki-style icon!)
- move breadcrumbs
* wish
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; }