This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 48e53366 Unnecessary (w3 validator)
48e53366 is described below
commit 48e533665a347aa48bea134180b78412cfb0ed3e
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 30 08:35:03 2025 +0000
Unnecessary (w3 validator)
---
www/index.html | 2 +-
www/technology.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/index.html b/www/index.html
index bcece0d7..eafc675c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,7 +5,7 @@
<title>Apache Whimsy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
- <style type="text/css">
+ <style>
h2 {text-decoration: underline}
header h2 span {display: none}
header:hover h2 span {display: inline}
diff --git a/www/technology.html b/www/technology.html
index 065cca51..8e2f75ee 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apache Whimsy Project And Server Code</title>
<link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
- <style type="text/css">
+ <style>
.footer {
margin-top: 20px;
margin-left: 20px;