From 8a835383813453783a0422855e3c8e0b4d718a28 Mon Sep 17 00:00:00 2001 From: Robo Date: Thu, 18 Aug 2016 00:07:21 +0200 Subject: [PATCH] hiding newest and oldest --- s/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/s/style.css b/s/style.css index 1a3093d..252d19a 100644 --- a/s/style.css +++ b/s/style.css @@ -58,3 +58,7 @@ code { align-items: center; flex-flow: row wrap; } + +#first,#last { + display:none; +}