From 34e1f5bd4a6309f00664f7100dbe7aa3d73d6798 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 7 Feb 2008 15:03:48 +0000 Subject: [PATCH] CSS: Left-aligned table row headings for status table. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@266 44740490-163a-0410-bde0-09ae8108e29a --- www/resources/default.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/resources/default.css b/www/resources/default.css index e82beee15..ee3d884f5 100644 --- a/www/resources/default.css +++ b/www/resources/default.css @@ -99,4 +99,8 @@ div.caution { border: thin solid #444; padding: .2em .2em .2em 60px; margin: 1em 0px 1em 0p; -} \ No newline at end of file +} + +th.rowtitle { + text-align: left; +} -- GitLab