Class name

merge-requests/8/head
Bob Mottram 2020-12-21 16:07:51 +00:00
parent ce232a005b
commit d0abee719e
2 changed files with 2 additions and 1 deletions

View File

@ -472,6 +472,7 @@ a:focus {
border: 0;
background-color: var(--main-bg-color);
margin: var(--vertical-between-posts);
float: right;
}
.editColumnHeader {

View File

@ -337,7 +337,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
editLinksForm += \
' <h1>' + translate['Edit Links'] + '</h1>'
editLinksForm += \
' <div class="containerNewPost">\n'
' <div class="containerSubmitNewPost">\n'
editLinksForm += \
' <table style="width:100%" border="0">\n'
editLinksForm += \