Remove top margin from checkboxes (fixes #1036)

This commit is contained in:
Audrius Butkevicius
2014-11-28 15:16:32 +00:00
parent 2de834f1f4
commit 254c63763a
2 changed files with 11 additions and 7 deletions

View File

@@ -29,12 +29,16 @@ ul+h5 {
}
identicon {
display: inline-block;
position: relative;
width: 1em;
height: 1em;
line-height: 1em;
overflow: visible;
display: inline-block;
position: relative;
width: 1em;
height: 1em;
line-height: 1em;
overflow: visible;
}
.checkbox {
margin-top: 0px;
}
.identicon {