From 4ef3cf92941e70e2de63ca56bc3a3d5047056af8 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 23 Nov 2020 11:41:15 +0100 Subject: [PATCH] Change position absolute=>relative --- css/custom.css | 2 +- css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 552bde9..c21912c 100644 --- a/css/custom.css +++ b/css/custom.css @@ -51,7 +51,7 @@ table { pre.example:before { content: 'Results'; display: inline; - position: absolute; + position: relative; color: #808080; background-color: white; top: -10px; diff --git a/css/style.css b/css/style.css index 6145753..73377d5 100644 --- a/css/style.css +++ b/css/style.css @@ -1303,7 +1303,7 @@ table { pre.example:before { content: 'Results'; display: inline; - position: absolute; + position: relative; color: #808080; background-color: white; top: -10px;