From 2fdbf321a1a3ac8e09986226ca968ab2a6c7d2f2 Mon Sep 17 00:00:00 2001 From: Jeremy Schomery Date: Tue, 14 Mar 2017 16:37:08 +0330 Subject: [PATCH] fixes https://github.com/schomery/stylish-chrome/issues/43#issuecomment-286388663 --- popup.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/popup.css b/popup.css index f1e23951..655371ca 100644 --- a/popup.css +++ b/popup.css @@ -48,7 +48,8 @@ a, a:visited { padding-top: 0; } -body > DIV { +#unavailable, +#installed { border-bottom: 1px solid black; padding-bottom: 2px; }