From 72afe3153cfaf0f8aaa0a4db115fea62959ff6d1 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 4 Jun 2014 15:29:37 +0200 Subject: Use tags for table headers as suggested by the WCAG 2.0 Guidelines --- skins/classic/common.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'skins/classic/common.css') diff --git a/skins/classic/common.css b/skins/classic/common.css index 126408444..c0d0a2610 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -607,6 +607,7 @@ img.uploading /***** common table settings ******/ +table.records-table thead tr th, table.records-table thead tr td { height: 20px; @@ -617,6 +618,7 @@ table.records-table thead tr td background: url(images/listheader.gif) top left repeat-x #CCC; font-size: 11px; font-weight: bold; + text-align: left; } table.records-table tbody tr td -- cgit v1.2.3