diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/html.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |