Module: bugzilla Branch: master Commit: 6ddc89989ba83e4b1a787271944f7a3e97d9e13c URL: https://source.winehq.org/git/bugzilla.git/?a=commit;h=6ddc89989ba83e4b1a787... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Thu Jan 14 10:17:24 2021 -0600 set size on footer logo --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f191d5c..429b7a6 100644 --- a/styles.css +++ b/styles.css @@ -170,7 +170,7 @@ BODY { text-align: right; padding-right: 20px; } -#cwfooter IMG { vertical-align: middle; } +#cwfooter IMG { vertical-align: middle; width: 150px; } /* header text */ H1.title { color: #A50D0D; border-bottom: 1px solid #A50D0D; margin: 0px; }