From b7c43a4ea419a3862cd3e01ca72943eb08b26c86 Mon Sep 17 00:00:00 2001 From: floam Date: Mon, 7 Nov 2005 06:19:59 +0000 Subject: Fix margins once and for all I hope git-svn-id: svn://svn.icculus.org/quake3/trunk@314 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/ioq3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ioq3.css b/web/ioq3.css index 110b400..82120ec 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -108,7 +108,7 @@ td { } p { - margin: 0 1em 0 1em; + margin: .5em 1em .5em 1em; text-align: justify; } -- cgit v1.2.3