소스 검색

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 {