Merge "Fix the border of font selectors"

This commit is contained in:
jenkins-bot
2016-05-30 09:39:35 +00:00
committed by Gerrit Code Review

View File

@@ -31,13 +31,16 @@ div.display-settings-block {
.uls-display-settings-font-selectors {
margin: 5px 0 15px 0;
border-top: 1px solid #eee;
}
.uls-font-item {
border-bottom: 1px solid #eee;
background: #fbfbfb;
padding: 10px 0;
&:first-child {
border-top: 1px solid #eee;
}
}
.uls-font-label,