From b2af91840ef025ce71986205d10fecef2e2c1dc2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 1 Jul 2015 08:18:22 +0200 Subject: [PATCH] change font --- html/style-classic.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/style-classic.css b/html/style-classic.css index 890984678..0abc55e2a 100644 --- a/html/style-classic.css +++ b/html/style-classic.css @@ -220,8 +220,8 @@ div.content{ width:100%; font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; font-family: 'openSansRegular'; - font-size:14.4px; -/* font-size:0.90rem; */ + font-size:12px; + font-size:0.90rem; } div.content30{ @@ -1864,7 +1864,7 @@ table.vert_mtitle td:hover a{ /******************************************************************************* * Tiny button example : -X for remove action, remove link... *******************************************************************************/ -div.content a.tinybutton{ +div.content a.tinybutton,a.tinybutton{ color: blue; font-weight: bold; text-decoration: none;