From 2e1230589dcc5c1bb19a2460193cc1de0fb73d34 Mon Sep 17 00:00:00 2001 From: tardo Date: Tue, 25 Sep 2007 21:06:08 -0400 Subject: Box titles now align to the left. Might be me, but aligning to the right just looked messed up. Signed-off-by: tardo --- web/html/css/containers.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/html/css/containers.css') diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 006c4ff7..794865e9 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -122,7 +122,8 @@ background-color: rgb( 241, 242, 244 ); padding-left: 10; padding-top: 1; - padding-bottom: 1; + padding-bottom: 1; + text-align: left; } table.boxSoftSmall { -- cgit v1.2.3-24-g4f1b