Change position absolute=>relative
This commit is contained in:
parent
46125a420c
commit
4ef3cf9294
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user