From fd4b9a94fca7f7f1a313a9dac5e7eea713242bf5 Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Fri, 20 Nov 2020 22:02:44 +0100 Subject: [PATCH] reprise semaine 40 --- content/2020/40/index.html | 2 -- lib/template.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/content/2020/40/index.html b/content/2020/40/index.html index 68ff592..46a7582 100644 --- a/content/2020/40/index.html +++ b/content/2020/40/index.html @@ -25,7 +25,6 @@ body { color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; - text-align:right; } a { color: darkred; } a:hover { background: gold; } @@ -35,7 +34,6 @@ nav li { list-style-type: none; } h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;} h2 > a:hover { color: black; text-decoration:underline } - @media (max-width: 1000px) { #portrait {display:none;} } diff --git a/lib/template.html b/lib/template.html index a2d605e..f2e94e2 100644 --- a/lib/template.html +++ b/lib/template.html @@ -25,7 +25,6 @@ body { color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; - text-align:right; } a { color: darkred; } a:hover { background: gold; } @@ -35,7 +34,6 @@ nav li { list-style-type: none; } h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;} h2 > a:hover { color: black; text-decoration:underline } - @media (max-width: 1000px) { #portrait {display:none;} }