minor tweaks
This commit is contained in:
parent
fc9bf3acb6
commit
8d2d6abdbc
2 changed files with 1 additions and 5 deletions
|
@ -576,10 +576,6 @@ td:has(.pending) {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
td:has(.pending) img {
|
||||
filter: hue-rotate(180deg);
|
||||
}
|
||||
|
||||
td p.pending {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
|
|
2
new.py
2
new.py
|
@ -1115,7 +1115,7 @@ def indexgen():
|
|||
content.write("\">")
|
||||
masteredcount += 1
|
||||
if len(mastereddecks) > variables.maxmastered:
|
||||
content.write(" <a href=\"mastered\">see all</a>")
|
||||
content.write(" <a href=\"mastered\">see all</a>")
|
||||
content.write("</p>\n")
|
||||
sigs = []
|
||||
for card in cardlist:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue