diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-10 11:03:09 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-10 11:03:09 +0200 |
commit | f25c01464f25382fafc5aa1a65ff89129a98b222 (patch) | |
tree | 8cfb18d4b80d28e7ee490d694ac54533251b4238 /skins | |
parent | 875521af4456bbb5f4fc96327a53fce18d025ccb (diff) |
Fix checkboxes and radio buttons alignment
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 456ce4924..d7fd588a8 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -56,6 +56,7 @@ select, button { font-family: inherit; font-size: inherit; + vertical-align: middle; } input[type="text"], |