From 18285e87de1bee39bf083f9f94c8eba9f2e5789b Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Sun, 24 Feb 2013 20:14:39 +0100 Subject: [PATCH] justification --- stylesheets/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index b7d8b87..c4a6239 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -551,6 +551,10 @@ h1, h2, h3, h4, h5, h6 { font-weight: normal; } +p { + text-align: justify; +} + p, ul, ol, table, pre, dl { margin: 0 0 20px; }