From 875102f2ae67def6dfc696dca71db976bbd64fc3 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 3 Sep 2015 19:08:10 +0200 Subject: [PATCH] increase size of font in box --- html/style-classic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style-classic.css b/html/style-classic.css index 647ecc8cc..ef0af6e58 100644 --- a/html/style-classic.css +++ b/html/style-classic.css @@ -1609,7 +1609,7 @@ div.box { } div.box table{ border-spacing:0px; - font-size: 93%; + font-size: 96%; } div.box tr.odd { background-color: #F2F6FD;