mirror of https://gitlab.com/bashrc2/epicyon
Class name
parent
ce232a005b
commit
d0abee719e
|
@ -472,6 +472,7 @@ a:focus {
|
|||
border: 0;
|
||||
background-color: var(--main-bg-color);
|
||||
margin: var(--vertical-between-posts);
|
||||
float: right;
|
||||
}
|
||||
|
||||
.editColumnHeader {
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue