Fix missing commas/ambiguous newline in CSS

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173445863
This commit is contained in:
mcilwain 2017-10-25 13:59:12 -07:00 committed by jianglai
parent 3a0c84e0ee
commit 0fdc189e9c
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
#domain-registrar-contact-us #domain-registrar-contact-us .description * {
.description * {
color: #999 !important; color: #999 !important;
line-height: 140%; line-height: 140%;
} }

View file

@ -154,7 +154,7 @@ td.setting p {
display: none; display: none;
} }
div.checkbox-with-label input[type='checkbox'] div.checkbox-with-label input[type='checkbox'],
div.checkbox-with-label input[type='checkbox'] + label { div.checkbox-with-label input[type='checkbox'] + label {
display: inline-block; display: inline-block;
} }

View file

@ -1030,7 +1030,7 @@ Component: Sidebars
.kd-content-sidebar .kd-zippy .row a { .kd-content-sidebar .kd-zippy .row a {
margin-left: 16px; margin-left: 16px;
} }
.kd-content-sidebar li .kd-content-sidebar li,
.kd-content-sidebar ul ul{ .kd-content-sidebar ul ul{
margin-left:28px; margin-left:28px;
} }