diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/dark.css | 2 | ||||
| -rw-r--r-- | static/light.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/static/dark.css b/static/dark.css index aa19a5a..f204117 100644 --- a/static/dark.css +++ b/static/dark.css @@ -35,7 +35,7 @@ tr { td { padding-top: 10px; padding-bottom: 10px; - /*vertical-align: top;*/ + vertical-align: top; } form { diff --git a/static/light.css b/static/light.css index cbf3596..a057273 100644 --- a/static/light.css +++ b/static/light.css @@ -30,6 +30,7 @@ tr { td { padding-top: 10px; padding-bottom: 10px; + vertical-align: top; } form { |
