summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorViktor Kleen <viktor@kleen.org>2015-01-07 16:42:28 +0000
committerViktor Kleen <viktor@kleen.org>2015-01-07 16:42:28 +0000
commit88ee48c053f996679983f9fdbe806f7a15b41c4d (patch)
treefef8fa03a985f45e91ecac4e6025fc95663d9217 /style.css
parentc4eb2e17d6d89def1c012c9719879e2f0cea786f (diff)
downloaddirty-haskell.org-88ee48c053f996679983f9fdbe806f7a15b41c4d.tar
dirty-haskell.org-88ee48c053f996679983f9fdbe806f7a15b41c4d.tar.gz
dirty-haskell.org-88ee48c053f996679983f9fdbe806f7a15b41c4d.tar.bz2
dirty-haskell.org-88ee48c053f996679983f9fdbe806f7a15b41c4d.tar.xz
dirty-haskell.org-88ee48c053f996679983f9fdbe806f7a15b41c4d.zip
Post blog architecture
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 7158c52..ef9e2a5 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@ body {
2 margin: auto; 2 margin: auto;
3 padding-right: 1em; 3 padding-right: 1em;
4 padding-left: 1em; 4 padding-left: 1em;
5 font: normal 1.1em/1.3em monospace; 5 font: normal 1.1em monospace;
6 max-width: 60em; 6 max-width: 60em;
7 text-align: justify; 7 text-align: justify;
8} 8}