aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-11-22 16:23:54 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2023-11-22 16:23:54 +0100
commitbd4254a4fa019be35abda66802dc1c7aad3dc00f (patch)
tree7eb1f39c114daaccfcd1ce5245de2281bccf0759
parentd8141d76dbf4a7d072897a9def5f7cf3998a839d (diff)
downloadlsd0001-master.tar.gz
lsd0001-master.zip
remove expires line from htmlHEADmaster
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 82dd92b..d6e4d93 100644
--- a/style.css
+++ b/style.css
@@ -1143,3 +1143,7 @@ li > p {
1143li > p:last-of-type { 1143li > p:last-of-type {
1144 margin-bottom: 0; 1144 margin-bottom: 0;
1145} 1145}
1146
1147.label-expires,.expires {
1148 display: none;
1149}