Highlight links by underline in comments

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-02-02 11:35:38 -06:00
parent e853442468
commit f33ca31320
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

View File

@ -3,7 +3,7 @@
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
#isso-thread a { #isso-thread .isso-comment-header a {
text-decoration: none; text-decoration: none;
} }