added images, hid coins in applications section

This commit is contained in:
Joshua Seigler 2017-01-26 11:42:24 -05:00
parent 976db392ef
commit 4f380b5579
15 changed files with 68 additions and 51 deletions

View file

@ -15,12 +15,23 @@
}
.highlighted {
background-color: #f7931a;
position: relative;
color: black;
display: block;
padding: 0.125em 0.25em;
margin: 0.25em auto;
}
.highlighted:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #FF0;
z-index: -1;
opacity: 0.8;
}
table.yesnomaybe {
border: 0px solid transparent;
@ -57,6 +68,7 @@ table.yesnomaybe .maybe {
}
.coins {
display: none;
margin-top: 0.5em;
}