diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-05 13:08:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-05 13:08:29 +0200 |
commit | 757fad8cee9371bb5bc71b5707e4210e604c5e83 (patch) | |
tree | 9539288e2bc825e0452269feadbef7dd6dd90829 | |
parent | e1b8f44e3f635a757d0d13cc2ac908a175593875 (diff) | |
parent | 760585e7c98acaffa9f0d605124fe43d701dd118 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
-rw-r--r-- | skins/larry/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 720b21e56..529eb199d 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -94,8 +94,7 @@ textarea.placeholder { } /* fixes vertical alignment of checkboxes and labels */ -label input, -label span { +label input + span { vertical-align: middle; } |