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;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:has(.pending) img {
|
|
||||||
filter: hue-rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
td p.pending {
|
td p.pending {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
2
new.py
2
new.py
|
@ -1115,7 +1115,7 @@ def indexgen():
|
||||||
content.write("\">")
|
content.write("\">")
|
||||||
masteredcount += 1
|
masteredcount += 1
|
||||||
if len(mastereddecks) > variables.maxmastered:
|
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")
|
content.write("</p>\n")
|
||||||
sigs = []
|
sigs = []
|
||||||
for card in cardlist:
|
for card in cardlist:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue