diff options
Diffstat (limited to 'share/www/style/layout.css')
-rw-r--r-- | share/www/style/layout.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 152c1acc..0dd93a19 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -304,18 +304,12 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; } #documents tbody.content td.key { color: #333; } #documents tbody.content td.key a { display: block; } -#documents tbody.content td.key em { font-style: normal; } +#documents tbody.content td.key a strong { font-weight: normal; } #documents tbody.content td.key span.docid { color: #999; font: normal 10px Arial,Helvetica,sans-serif; } #documents tbody.content td.value { font-size: 10px; } -#documents.reduced th.key, #documents.reduced td.key, -#documents.reduced #paging { - display: none; -} -#documents.reduced td.value { white-space: pre; } - /* Document fields table */ #fields { table-layout: fixed; } |