From 4bfe0e2758527129c25f687f00ee6395a4438858 Mon Sep 17 00:00:00 2001 From: Akiko Takano Date: Sun, 27 Aug 2017 00:00:11 +0900 Subject: [PATCH] Change font size. --- assets/stylesheets/issue_templates.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/issue_templates.css b/assets/stylesheets/issue_templates.css index 9ec56da0..2aa0d977 100644 --- a/assets/stylesheets/issue_templates.css +++ b/assets/stylesheets/issue_templates.css @@ -183,7 +183,7 @@ a.template_tooltip { position: absolute; top: 10px; left: -30px; - font-size: 90%; + font-size: smaller; background-color: #ffffff; width: 300px; padding: 8px 10px 12px; @@ -308,7 +308,7 @@ a.icon.icon-del[disabled=disabled] { position: absolute; top: 20px; right: -10px; - font-size: 90%; + font-size: smaller; display: block; background-color: #ffffff; width: 200px;