Move checkbox down two pixels b/c it looks like 💩 where it is.

This commit is contained in:
Jonathan Frederic 2015-03-02 14:17:54 -08:00
parent e09b83e910
commit 65868feb17

View File

@ -115,7 +115,7 @@ ul.breadcrumb {
vertical-align: baseline;
line-height: @btn_mini_height;
position: relative;
top: -1px;
top: 1px;
}
.item_link {