diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 5a7e293ed..17f0a23cc 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -52,7 +52,10 @@ HR.separation { } /** General defaults **/ -INPUT {margin: 0;} +INPUT, SELECT { + margin: 0; + font-size: 1em; /* <= some browsers don't set it correctly */ +} UL, DL, LI { text-align: left;} TABLE { /* horizontaly centered */ margin-left: auto; |