Jeremy Newman : set size on footer logo

Jeremy Newman jnewman at winehq.org
Thu Jan 14 10:17:59 CST 2021


Module: bugzilla
Branch: master
Commit: 6ddc89989ba83e4b1a787271944f7a3e97d9e13c
URL:    https://source.winehq.org/git/bugzilla.git/?a=commit;h=6ddc89989ba83e4b1a787271944f7a3e97d9e13c

Author: Jeremy Newman <jnewman at 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; }




More information about the wine-cvs mailing list