diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-11 09:01:08 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-11 09:01:08 +0200 |
commit | 5083550e5f5b09d43bfc7bad4ae060d5a1c80beb (patch) | |
tree | 497cd13a4a3a6612de44a4151206dc465b8e6456 /skins/custom | |
parent | c330b399e2e1d9a873bfba6a2f67300076be77b0 (diff) | |
download | bugzilla-5083550e5f5b09d43bfc7bad4ae060d5a1c80beb.tar.gz bugzilla-5083550e5f5b09d43bfc7bad4ae060d5a1c80beb.tar.xz |
Bug 881603: fix the mozilla skin's footer
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css index e80f656fb..27232c274 100644 --- a/skins/custom/global.css +++ b/skins/custom/global.css @@ -65,3 +65,9 @@ a.controller { background-repeat: no-repeat; padding-left: 18px; } + +#privacy-policy { + font-size: x-small; + width: 100%; + text-align: right; +} |