From 0660e2dbbe43c670fd37fb4dfea88c755a07dfba Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sat, 15 Jan 2011 21:07:51 -0500 Subject: [PATCH] Make sure that the sidebar always uses left-aligned text --- horde/themes/default/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/horde/themes/default/screen.css b/horde/themes/default/screen.css index b69a7ba32..55d087277 100644 --- a/horde/themes/default/screen.css +++ b/horde/themes/default/screen.css @@ -575,6 +575,7 @@ body.login-form { padding-bottom: 10px; background: #eee; white-space: nowrap; + text-align: left; } #sidebarPanel a, #sidebarPanel span { color: #000; -- 2.11.0