diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-20 05:36:50 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-20 05:36:50 +0200 |
commit | 4d162fd9c499b11cf5fb797e2ab176bb796deeb5 (patch) | |
tree | 8006a9c316d2e2560f2e6ad7802d5d00dfef3724 /skins/contrib/Mozilla | |
parent | 0d90d9eca71347143bafbefaf8cd6d0270576e63 (diff) | |
download | bugzilla-4d162fd9c499b11cf5fb797e2ab176bb796deeb5.tar.gz bugzilla-4d162fd9c499b11cf5fb797e2ab176bb796deeb5.tar.xz |
Bug 906576: the font size in splinter is too small
Diffstat (limited to 'skins/contrib/Mozilla')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 024c1054a..d042a55f6 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -648,6 +648,12 @@ table.tabs { padding: 1em 2em; } +/* splinter */ + +#splinter-files .new-line, #splinter-files .old-line { + font-size: 90%; +} + /* Smaller than standard 990 (devices and browsers) */ @media only screen and (max-width: 989px) { #header .links { |