home
·
contact
·
privacy
projects
/
guiltcards
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix single-card view CSS.
[guiltcards]
/
views
/
_card.css
1
.card {
2
box-sizing: border-box;
3
border: 30px solid #aaaaaa;
4
}
5
.answers {
6
list-style-type: none;
7
}
8
.answers li:before {
9
content: "[ ] ";
10
}