diff options
Diffstat (limited to 'www/analyzer/content.css')
-rw-r--r-- | www/analyzer/content.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/analyzer/content.css b/www/analyzer/content.css index c2fa294d795fa..6f68fdb7d5278 100644 --- a/www/analyzer/content.css +++ b/www/analyzer/content.css @@ -87,6 +87,7 @@ table.checkers td { border-bottom: 1px #cccccc dotted; } +table.checkers td.aligned { text-align: center; vertical-align: middle; } table.checkers col.namedescr { width: 45% } table.checkers col.example { width: 55% } table.checkers col.progress { width: 84px } |