From c104c75c698152d530547030acf3e062791e441b Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 8 Nov 2011 17:27:58 +0000 Subject: [PATCH] change paragraph style to text-align: justify --- source/Ox.UI/css/Ox.UI.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 06e4c7b4..58775481 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -47,6 +47,9 @@ ol, ul { padding-left: 1.5em; margin: 0; } +p { + text-align: justify; +} p:first-child { margin-top: 0; }