aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-www/src/main/static/style.css3
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;