Skip to content

Commit

Permalink
Fix bookmark editor indentation on Winterfacey theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bertm committed Nov 18, 2024
1 parent b433d55 commit b7c9b67
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,20 @@ table tbody tr.priority6:nth-child(2n) {
/*** Bookmarks ***/
#bookmarks,
#bookmarks ul {
padding-left: 0;
padding: 0 1em;
list-style-type: none;
}

#bookmarks .actions {
margin-left: .5ex;
vertical-align: middle;
line-height: 1.5;
}

#bookmarks .actions a {
margin-left: .25em;
}

#bookmarks table {
width: 100%;
}
Expand Down

0 comments on commit b7c9b67

Please sign in to comment.