add underline to links in note boxes

This commit is contained in:
Morris Jobke
2014-08-18 17:29:10 +02:00
parent 5a00717766
commit 6393d3c864

View File

@@ -211,3 +211,7 @@ div.thumbnail > img {
padding-bottom: 6px;
}
/* make links discoverable in note boxes */
.note a {
border-bottom: 1px dotted #428bca;
}