浏览代码

restore normal font size for the "Add link" input field
* Fixes second part of #172

nodiscc 9 年之前
父节点
当前提交
c981b4d19c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      inc/shaarli.css

+ 1 - 0
inc/shaarli.css

@@ -336,6 +336,7 @@ h1 {
 
 #headerform input.linkurl {
     width: 50%;
+    font-size: inherit;
 }
 
 #toolsdiv {