mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-13 18:00:48 +01:00
10 lines
142 B
CSS
10 lines
142 B
CSS
|
.refnotes-details > summary{
|
||
|
padding-left:0;
|
||
|
padding-top:15px;
|
||
|
padding-bottom:15px;
|
||
|
width: 160px;
|
||
|
cursor: pointer;
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
|