commit 49a00f2a52a40bbb3d00ab3df27a04f14f1636c5 parent 6d1c89966efd99d0cf49b1ba3ef6f7402ccaedd6 Author: lostd <lostd@2f30.org> Date: Wed, 12 Mar 2014 17:43:59 +0200 Justify paragraphs Diffstat:
M | css/local.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/css/local.css b/css/local.css @@ -3,3 +3,7 @@ iframe#icecast { width: 80%; height: 100%; } + +#content p { + text-align: justify; +}