From 59c6ffcc4c4c81d0b7123d87dcb8626dc9aa7a1c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 20 Jun 2015 17:30:51 -0700 Subject: [PATCH] Underline links in advanced settings. --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 2cc96bbfb..2fbaa851a 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -533,7 +533,7 @@ div[data-checked="false"] > .suboption-list { .section-filter textarea { height: 500px; } -.section-filter a { +.section-filter a, .section-advanced a { text-decoration: underline; } .section-sauce textarea {