add dom preview to link index, fix responsiveness

This commit is contained in:
Nick Sweeting
2018-06-10 19:11:06 -04:00
parent 91e7e0cd36
commit 48df81b216
3 changed files with 55 additions and 20 deletions

View File

@@ -63,15 +63,22 @@
table thead th {
font-weight: 400;
}
table tr {
height: 35px;
}
tbody tr:nth-child(odd) {
background-color: #ffebeb;
}
table tr td {
white-space: nowrap;
overflow: hidden;
padding-bottom: 0.4em;
padding-top: 0.4em;
/*padding-bottom: 0.4em;*/
/*padding-top: 0.4em;*/
padding-left: 2px;
text-align: center;
}
table tr td a {
text-decoration: none;
}
table tr td img, table tr td object {
display: inline-block;