links underlined now even in table-cells

This commit is contained in:
Felix Hamann 2018-07-08 16:31:31 +02:00
parent dc03afa84d
commit 8296417c1e

View File

@ -307,10 +307,6 @@ input[type="button"].btn-info:hover,
.table {
margin: 21px 0;
width: 100%;
a {
text-decoration: none;
}
}
.table--striped {
@ -368,6 +364,10 @@ input[type="button"].btn-info:hover,
padding-bottom: 10px;
font-weight: bold;
text-align: left;
a {
text-decoration: none;
}
}
@media (max-width: 1200px) {