summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }