diff options
author | Marc Schumann <wurblzap@gmail.com> | 2011-02-14 20:54:51 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-02-14 20:54:51 +0100 |
commit | a995ad3f644961f57afc9d7bbdbd1b3849cdc74c (patch) | |
tree | 6203c349dbcf454c0204c9499cf61113010ce201 /skins | |
parent | bfe719017240bceaf7c686baf4d30f9dcc35b943 (diff) | |
download | bugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.tar.gz bugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.tar.xz |
Bug 581422: Improve the readability of the text at the top of the attachment
detail view
r=pyrzak, r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/attachment.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index 3c93ec6fb..f19649eea 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -155,7 +155,7 @@ table.attachment_info td { } #attachment_information_read_only .details { - font-family: monospace; + font-size: 90%; } #attachment_info.read #attachment_information_edit { |