Merge pull request #8058 from Carreau/css-v-ch

fix css checkbox vertical align, closes #8065
This commit is contained in:
Thomas Kluyver 2015-03-17 11:40:43 -07:00
commit f4e25f5d77
2 changed files with 2 additions and 2 deletions

View File

@ -8715,7 +8715,7 @@ ul.breadcrumb span {
vertical-align: baseline;
line-height: 22px;
position: relative;
top: 1px;
top: -1px;
}
.list_header > div .item_link,
.list_item > div .item_link {

View File

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