diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css index f4c9c16accbaf1dd6c49a41385362e849e09bdae..51fe67a890e9bcb0f2bb19cefa49650248f68506 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