From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/themes/default/css/screen/content.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/css/screen/content.css b/interface/web/themes/default/css/screen/content.css index cce6b74..172fad5 100644 --- a/interface/web/themes/default/css/screen/content.css +++ b/interface/web/themes/default/css/screen/content.css @@ -175,7 +175,7 @@ table.full { width: 100%; } table.fixed { table-layout:fixed } - th,td { padding: 0.5em;text-align:l; } + th,td { padding: 0.5em;text-align:left; } thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff } tbody th { background: #ccc; color: #333 } tbody th.sub { background: #ddd; color: #333 } -- Gitblit v1.9.1