From c981b4d19cea6ee8001ba80e1d7e47cd3d2f7ff6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 16 Mar 2015 16:16:03 +0100 Subject: [PATCH] restore normal font size for the "Add link" input field * Fixes second part of #172 --- inc/shaarli.css | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/shaarli.css b/inc/shaarli.css index 7bfdc42..c4348c7 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -336,6 +336,7 @@ h1 { #headerform input.linkurl { width: 50%; + font-size: inherit; } #toolsdiv {