Change position absolute=>relative

This commit is contained in:
Thomas Dehaeze 2020-11-23 11:41:15 +01:00
parent 46125a420c
commit 4ef3cf9294
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ table {
pre.example:before { pre.example:before {
content: 'Results'; content: 'Results';
display: inline; display: inline;
position: absolute; position: relative;
color: #808080; color: #808080;
background-color: white; background-color: white;
top: -10px; top: -10px;

View File

@ -1303,7 +1303,7 @@ table {
pre.example:before { pre.example:before {
content: 'Results'; content: 'Results';
display: inline; display: inline;
position: absolute; position: relative;
color: #808080; color: #808080;
background-color: white; background-color: white;
top: -10px; top: -10px;