changes " to ' in uppcss files to work around bug in pp
This commit is contained in:
@@ -29,8 +29,8 @@ dd {
|
||||
}
|
||||
|
||||
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
||||
ul[role="list"],
|
||||
ol[role="list"] {
|
||||
ul[role='list'],
|
||||
ol[role='list'] {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user