diff options
author | Vitaly Takmazov | 2016-09-05 12:44:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-05 12:44:19 +0300 |
commit | 9e09af9ca7abd1b1bce254a7734b9a0ced999692 (patch) | |
tree | 912bd312a512731653ee0e40299d2810d946370d /juick-www/src/main | |
parent | d49e871d99fc4551a2686e52514f2dc09f9bc093 (diff) |
minor css fixes
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 41997d4e..4ce18693 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -5,6 +5,7 @@ html,body,div,h1,h2,ul,li,p,form,input,textarea,pre { html,input,textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 12pt; + -webkit-font-smoothing: subpixel-antialiased; } html { background: #EEEEE5; @@ -247,7 +248,7 @@ article textarea { border: 0; } article input { - width: 50px; + min-width: 50px; margin-left: 6px; vertical-align: top; border: 1px solid #CCC; |