From 35e1207e20599e6fec04bd13556503e5eb7794dc Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 05 Nov 2017 13:37:39 -0500 Subject: src/utils/html.c: Set font-weight of div.profile > span.current --- (limited to 'src') diff --git a/src/utils/html.c b/src/utils/html.c index c0c8689..5dc4c7b 100644 --- a/src/utils/html.c +++ b/src/utils/html.c @@ -231,6 +231,9 @@ static const gchar *styles = "display: inline;\n" "position: absolute;\n" "}\n" + "div.profile > span.current {\n" + "font-weight: bold;\n" + "}\n" "div.profile > input[type=text] {\n" "display: none;\n" "position: absolute;\n" -- cgit v0.9.1