diff options
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 4a8e6d67..222bdc82 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -376,6 +376,9 @@ body.fullwidth #wrap { margin-right: 0; } /* Documents table */ #documents thead th { width: 50%; } +#documents thead th.value label { float: right; font-size: 90%; + text-shadow: none; +} #documents tbody.content td { color: #999; font: normal 11px "DejaVu Sans Mono",Menlo,Courier,monospace; } |