]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
restore normal font size for the "Add link" input field
authornodiscc <nodiscc@gmail.com>
Mon, 16 Mar 2015 15:16:03 +0000 (16:16 +0100)
committernodiscc <nodiscc@gmail.com>
Mon, 16 Mar 2015 15:16:03 +0000 (16:16 +0100)
 * Fixes second part of #172

inc/shaarli.css

index 7bfdc420f601d04ce6f5297946838b3ac4fd7fee..c4348c70ff92757a8f102ed8509d26054041a19c 100644 (file)
@@ -336,6 +336,7 @@ h1 {
 
 #headerform input.linkurl {
     width: 50%;
+    font-size: inherit;
 }
 
 #toolsdiv {