From be09bb704f8030a072114108fc094f07ee62efba Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 13:32:43 +0200 Subject: Added 301 rules for old articles --- src/static/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index 4654ae7..3cb585a 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -4,7 +4,7 @@ body { } main { - max-width: 680px; + max-width: 660px; padding: 20px 30px; } @@ -68,6 +68,12 @@ th, td { padding: 5px 10px; } +p.modified { + font-style: oblique; + font-size: 90%; + margin-top: 50px; +} + ::selection { background: #ff0; color: #000; -- cgit v1.2.3