Thomas Bruederli
2014-08-05 760585e7c98acaffa9f0d605124fe43d701dd118
Don't change alignment for regular labels with input and text
1 files modified
3 ■■■■ changed files
skins/larry/styles.css 3 ●●●● patch | view | raw | blame | history
skins/larry/styles.css
@@ -94,8 +94,7 @@
}
/* fixes vertical alignment of checkboxes and labels */
label input,
label span {
label input + span {
    vertical-align: middle;
}