From d4788b6a30737f54678ac1b2968c86c47d5da461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 13 Feb 2009 14:08:53 +0000 Subject: [PATCH] Make attribute names look a bit different form the values git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1268 44740490-163a-0410-bde0-09ae8108e29a --- modules/consent/www/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css index f4c9c16ac..51fe67a89 100644 --- a/modules/consent/www/style.css +++ b/modules/consent/www/style.css @@ -43,3 +43,12 @@ td.attrvalue img { border: 1px solid #777; margin: 4px; } + +table#table_with_attributes td.attrname { + color: #555; + font-weight: light; + font-size: 90%; +} +table#table_with_attributes ul { + margin: 0px; +} \ No newline at end of file -- GitLab