This commit is contained in:
Joshua Seigler 2017-01-14 03:19:25 -05:00
parent 194c488d7f
commit a8f76ca48b
6 changed files with 145 additions and 41 deletions

View file

@ -14,6 +14,14 @@
line-height: 1.2;
}
.highlighted {
background-color: #FF0;
color: black;
display: inline-block;
padding: 0.125em 0.25em;
margin: 0.25em auto;
}
table.yesnomaybe {
border: 0px solid transparent;
margin: auto 0.5rem auto auto;
@ -21,7 +29,9 @@ table.yesnomaybe {
table.yesnomaybe .yes, table.yesnomaybe .no, table.yesnomaybe .maybe {
width: 1em;
background-size: auto 80%;
padding: 0.1em;
background-clip: padding-box;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}