diff options
author | David Lawrence <dkl@mozilla.com> | 2016-04-04 18:43:51 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-04-04 18:43:51 +0200 |
commit | 236c0b9af4e80824a57321e20bd005e3916c1d9d (patch) | |
tree | 13c637263111f6f824cf827d99192e3cc4377cb1 /skins/standard | |
parent | fc2d539c324a34254a5cb5e9ebeb386c39220f93 (diff) | |
download | bugzilla-236c0b9af4e80824a57321e20bd005e3916c1d9d.tar.gz bugzilla-236c0b9af4e80824a57321e20bd005e3916c1d9d.tar.xz |
Bug 1259322 - Legal compliance / adding link to footer
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/mobile.css b/skins/standard/mobile.css index 61179e93d..c5e47b8a5 100644 --- a/skins/standard/mobile.css +++ b/skins/standard/mobile.css @@ -52,7 +52,7 @@ only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { - #privacy_policy { + #policy_links { font-size: small; } |