implemented loading of bookmarks and bookmark list

This commit is contained in:
2025-08-03 13:07:11 +02:00
parent 61b5a6ffbb
commit eac9eaeb9f
10 changed files with 201 additions and 32 deletions

View File

@@ -244,3 +244,14 @@ textarea{
color: orange;
border: 0 none;
}
fieldset.bookmark{
position: relative;
}
fieldset.bookmark legend.date{
position: absolute;
right: 0;
top: -17px;
background: black;
}