Org html style: tweak code summary marker position

This commit is contained in:
TEC 2022-04-12 11:36:30 +08:00
parent 2574e48a24
commit 5cf6d6143b
Signed by: tec
GPG Key ID: 779591AFDB81F06C
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ details.code {
position: relative;
summary {
position: relative;
left: -3px;
left: -2.5px;
padding-left: 10px;
padding-bottom: 4px;
margin-left: -10px;

View File

@ -632,7 +632,7 @@ details.code {
position: relative; }
details.code summary {
position: relative;
left: -3px;
left: -2.5px;
padding-left: 10px;
padding-bottom: 4px;
margin-left: -10px;