git: ed3bd9b11a - main - Change cursor in website donate button and fix overlap
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jan 2022 13:29:51 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=ed3bd9b11aaf1297fc77e889d2a91b0e14190356
commit ed3bd9b11aaf1297fc77e889d2a91b0e14190356
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-01-30 13:28:28 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-01-30 13:28:28 +0000
Change cursor in website donate button and fix overlap
PR: 261038
Submitted by: Graham Perrin <grahamperrin (AT) gmail.com>
---
website/themes/beastie/static/css/layout.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/themes/beastie/static/css/layout.css b/website/themes/beastie/static/css/layout.css
index 0f1310340a..6e2be1b3c5 100644
--- a/website/themes/beastie/static/css/layout.css
+++ b/website/themes/beastie/static/css/layout.css
@@ -442,8 +442,8 @@ header {
padding: 2% 15%;
margin-bottom: 3%;
text-align: center;
- font-size: 1.1em;
font-weight: bold;
+ cursor: pointer;
}
.donate a, .donate a:link, .donate a:visited, .donate a:hover, .donate a:active {