commit 03622a5fba1855b394657c52fc56a292b8cf9353 Author: Alex Catarineu acat@torproject.org Date: Tue Jan 19 20:31:31 2021 +0100
Revert "fixup! Bug 40013: End of year 2020 Fundraising campaign"
This reverts commit 1d8d1107beb289aace55957724a35a3a91d5cc57. --- chrome/content/aboutTor/aboutTor.xhtml | 1 - chrome/skin/aboutTor.css | 31 ++----------------------------- 2 files changed, 2 insertions(+), 30 deletions(-)
diff --git a/chrome/content/aboutTor/aboutTor.xhtml b/chrome/content/aboutTor/aboutTor.xhtml index 25267fc3..3a242a36 100644 --- a/chrome/content/aboutTor/aboutTor.xhtml +++ b/chrome/content/aboutTor/aboutTor.xhtml @@ -49,7 +49,6 @@ </div> <div id="eoy2020_1"> <p id="eoy2020_resist">&aboutTor.ey2020.resistsurveillance;</p> - <p id="eoy2020_match"><a href="https://blog.torproject.org/friends-of-tor-match-2020">&aboutTor.ey2020.donationmatch;</a></p> </div> <div id="eoy2020_3"> <a id="eoy2020_donate" href="https://www.torproject.org/donate/donate-usetor-default">&aboutTor.donationBanner.buttonA;</a> diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css index e6f5c4ee..223a5c73 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -362,11 +362,6 @@ body[eoy2020] .torcontent-logo { display: none!important; }
-#eoy2020_1 { - width: 70%; - background: #000; -} - #eoy2020_3 { padding-top: 10px; padding-bottom: 30px; @@ -381,36 +376,14 @@ body[eoy2020] .torcontent-logo { text-align: left; color: white; font-family: "TerminalGrotesque", monospace; - font-size: 27px; - padding: 9px 0; + font-size: 25px; + width: 70%; }
#eoy2020_resist:dir(rtl) { text-align: right; }
-#eoy2020_match { - font-size: 16px; - padding: 0 0 20px 0; - font-family: "Courier New", monospace; - font-weight: bold; - text-align: left; -} - -#eoy2020_match a { - color: #9D4AE8; - text-decoration: unset; -} - -#eoy2020_match a:hover { - color: #4DFB00; - text-decoration: unset; -} - -#eoy2020_match:dir(rtl) { - text-align: right; -} - #eoy2020_useamask { line-height: 53px; text-align: left;