From 100ff277ff67e4978f41d41eaae2f8fffb7cb4f0 Mon Sep 17 00:00:00 2001 From: Sebring Date: Wed, 29 Jul 2015 16:59:16 +0200 Subject: [PATCH] Styles for total in tooltip --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 50723ae..89dc0e7 100644 --- a/css/main.css +++ b/css/main.css @@ -182,6 +182,10 @@ div.row_val { float: right; } +div.total { + font-weight: bold; +} + /* Notifications */ div#notifications {