mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Fix missing commas/ambiguous newline in CSS
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173445863
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#domain-registrar-contact-us
|
||||
.description * {
|
||||
#domain-registrar-contact-us .description * {
|
||||
color: #999 !important;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ td.setting p {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.checkbox-with-label input[type='checkbox']
|
||||
div.checkbox-with-label input[type='checkbox'],
|
||||
div.checkbox-with-label input[type='checkbox'] + label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@@ -1030,7 +1030,7 @@ Component: Sidebars
|
||||
.kd-content-sidebar .kd-zippy .row a {
|
||||
margin-left: 16px;
|
||||
}
|
||||
.kd-content-sidebar li
|
||||
.kd-content-sidebar li,
|
||||
.kd-content-sidebar ul ul{
|
||||
margin-left:28px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user