Change position absolute=>relative
This commit is contained in:
parent
46125a420c
commit
4ef3cf9294
@ -51,7 +51,7 @@ table {
|
||||
pre.example:before {
|
||||
content: 'Results';
|
||||
display: inline;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
|
@ -1303,7 +1303,7 @@ table {
|
||||
pre.example:before {
|
||||
content: 'Results';
|
||||
display: inline;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
|
Loading…
Reference in New Issue
Block a user