mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02: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:
parent
3a0c84e0ee
commit
0fdc189e9c
3 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue