mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-24 03:31:05 +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;
|
|
}
|
|
|