[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
www/server/banners banner-small.png banner.png ...
From: |
Ineiev |
Subject: |
www/server/banners banner-small.png banner.png ... |
Date: |
Wed, 28 Jun 2023 13:28:09 -0400 (EDT) |
CVSROOT: /web/www
Module name: www
Changes by: Ineiev <ineiev> 23/06/28 13:28:09
Modified files:
server/banners : banner-small.png banner.png fundraiser.css
Log message:
Unstretch, RT #1945551.
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/banner-small.png?cvsroot=www&rev=1.4
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/banner.png?cvsroot=www&rev=1.4
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/fundraiser.css?cvsroot=www&r1=1.14&r2=1.15
Patches:
Index: banner-small.png
===================================================================
RCS file: /web/www/www/server/banners/banner-small.png,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
Binary files /var/tmp/cvsXQUvUi and /var/tmp/cvsFpwFov differ
Index: banner.png
===================================================================
RCS file: /web/www/www/server/banners/banner.png,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
Binary files /var/tmp/cvseCjS5h and /var/tmp/cvsz9DcBu differ
Index: fundraiser.css
===================================================================
RCS file: /web/www/www/server/banners/fundraiser.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- fundraiser.css 22 Jun 2023 07:51:23 -0000 1.14
+++ fundraiser.css 28 Jun 2023 17:28:06 -0000 1.15
@@ -41,7 +41,7 @@
position: absolute;
left: 0;
bottom: 15px;
- width: 100%;
+ width: 1200;
height: 135px;
}
@@ -80,7 +80,7 @@
.message
{
max-height: 132px;
- padding-right: .7em;
+ padding-right: 4em;
padding-left: .7em;
padding-top: 0;
margin-top: 0;
@@ -136,16 +136,20 @@
@media (max-width:683px)
{
#fundraiser img#banner-long { display: none; }
- #fundraiser img#banner-small { display: inline; }
+ #fundraiser img#banner-small
+ {
+ display: inline;
+ width: 680px;
+ }
#fundraiser .message p.headline, #fundraiser p.button { float: none; }
#fundraiser .message p.headline
{
- margin-left: 50%;
- width: 45%;
+ margin-left: 70%;
+ width: 50%;
}
.message p.button
{
- margin-left: 55%;
+ margin-left: 75%;
font-size: 1em;
}
}
@@ -162,7 +166,12 @@
@media (min-width:435px)
{
- #fundraiser .message p.headline { font-size: 1em; }
+ #fundraiser .message p.headline
+ {
+ font-size: 1em;
+ margin-left: 50%;
+ width: 60%;
+ }
.message p.button { font-size: 1.1em; }
}
@@ -181,7 +190,11 @@
margin-top: 0;
margin-bottom: 0;
}
- #fundraiser .message p.headline { font-size: 1.3em; }
+ #fundraiser .message p.headline
+ {
+ font-size: 1.3em;
+ width: 55%;
+ }
.message p.button { font-size: 1.4em; }
}
@media (min-width: 940px)