diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-13 00:19:27 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-13 00:19:27 +0200 |
commit | 9318e57fa6ef1c8ab77ecbab2fbc8e7b0151c059 (patch) | |
tree | c2b5e5c4b6dd2c8f9b68d02b087320b9532fcdba | |
parent | 1e51b59fbe529688ddbbd6cb22f80d77f8aa6325 (diff) |
Style input boxes, as well
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | } |