summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-13 00:19:27 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-13 00:19:27 +0200
commit9318e57fa6ef1c8ab77ecbab2fbc8e7b0151c059 (patch)
treec2b5e5c4b6dd2c8f9b68d02b087320b9532fcdba
parent1e51b59fbe529688ddbbd6cb22f80d77f8aa6325 (diff)
Style input boxes, as well
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index cb1993c..d701151 100644
--- a/style.css
+++ b/style.css
@@ -303,8 +303,9 @@ input[type="text"] {
303 width: 95%; 303 width: 95%;
304 border: solid 1px silver; 304 border: solid 1px silver;
305 border-radius: 4px; 305 border-radius: 4px;
306 font-family: 'SourceSansPro', sans-serif;
306 font-size: 14pt; 307 font-size: 14pt;
307 font-weight: 300; 308 font-weight: normal;
308 padding: 0.3em; 309 padding: 0.3em;
309 margin-bottom: 0.5em; 310 margin-bottom: 0.5em;
310} 311}