perladvent / Perl-Advent

The Perl Advent calendar
https://perladvent.org/
40 stars 62 forks source link

`https://perladvent.org/2023/2023.css` 404s #371

Closed oodler577 closed 11 months ago

oodler577 commented 11 months ago

image

oalders commented 11 months ago

Looks like a similar issue for 2022 as well. I haven't checked the previous years.

It looks like the two files are mostly duplicates.

git --no-pager  diff --no-index 2023.css out/style.css
diff --git a/2023.css b/out/style.css
index b3d13f7..211a9c5 100644
--- a/2023.css
+++ b/out/style.css
@@ -4,13 +4,6 @@ body {
   font-family: verdana, tahoma, sans-serif;
 }

-.bestof {
-  border: 3px solid black;
-  padding: 5px;
-  background: darkgreen;
-  color: white;
-}
-
 #contentwrapper {
   width: 75%;
   min-width: 800px;
@@ -242,7 +235,6 @@ pre {
   color: #ffffff;
   font-family: monospace;
   width: 100%;
-  overflow: auto;
 }

 .code-listing {