Remove useless style rule

Grid overrides the margin, so this had no effect.

Bug: T136273
Change-Id: I1f079eaf25c4798fe920cba9a97f56f6d5e307c6
This commit is contained in:
Niklas Laxström
2016-05-26 10:37:59 +02:00
parent b99d97a5be
commit f6d06d9500

View File

@@ -37,7 +37,6 @@ div.display-settings-block {
.uls-font-item { .uls-font-item {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
background: #fbfbfb; background: #fbfbfb;
margin: 0;
padding: 10px 0; padding: 10px 0;
} }