diff options
Diffstat (limited to 'static/style-halloween.css')
| -rw-r--r-- | static/style-halloween.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style-halloween.css b/static/style-halloween.css index def4dac..0598e83 100644 --- a/static/style-halloween.css +++ b/static/style-halloween.css @@ -54,3 +54,11 @@ iframe { .comments { font-size: small; } + +input#term { + width: 90%; +} + +select#lang { + width: calc(10% - 10px); +} |
