diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-16 16:16:03 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-16 16:16:03 +0100 |
commit | c981b4d19cea6ee8001ba80e1d7e47cd3d2f7ff6 (patch) | |
tree | b1afb98b15a8c5a875f032e33fce1e011e58524b /inc/shaarli.css | |
parent | 5b2a7cfe0f12b373fc0bf55c1e22413632f57b4d (diff) | |
download | Shaarli-c981b4d19cea6ee8001ba80e1d7e47cd3d2f7ff6.tar.gz Shaarli-c981b4d19cea6ee8001ba80e1d7e47cd3d2f7ff6.tar.zst Shaarli-c981b4d19cea6ee8001ba80e1d7e47cd3d2f7ff6.zip |
restore normal font size for the "Add link" input field
* Fixes second part of #172
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 7bfdc420..c4348c70 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -336,6 +336,7 @@ h1 { | |||
336 | 336 | ||
337 | #headerform input.linkurl { | 337 | #headerform input.linkurl { |
338 | width: 50%; | 338 | width: 50%; |
339 | font-size: inherit; | ||
339 | } | 340 | } |
340 | 341 | ||
341 | #toolsdiv { | 342 | #toolsdiv { |