From 0a618a5941ef1f04c99c75711524f6e90105a7b9 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 2 Jul 2014 14:12:36 -0400 Subject: [PATCH] smaller font size for help text --- css/dashboard-common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/dashboard-common.css b/css/dashboard-common.css index 63159d7e9..81c59b7da 100644 --- a/css/dashboard-common.css +++ b/css/dashboard-common.css @@ -48,6 +48,7 @@ a { display: none; border: 1px dotted black; background-color: #F8F8F8; + font-size: 90%; } .whatisthis-expandable > p { margin-top: 1em;