mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Fix CSS comment style to comply with styleguide
This commit is contained in:
parent
55eaa0c137
commit
405a4a3fe9
1 changed files with 4 additions and 3 deletions
|
|
@ -30,10 +30,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
@mixin unlistimmediate() {
|
||||
/* remove list styles, but only for the immediate element - allow nested lists inside it
|
||||
to keep the default style */
|
||||
|
||||
// remove list styles, but only for the immediate element -
|
||||
// allow nested lists inside it to keep the default style
|
||||
|
||||
@mixin unlistimmediate() {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue