diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 18:12:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 18:12:29 +0100 |
| commit | a304b1f74419485ea12c6c86605dc18526b74177 (patch) | |
| tree | ee1f9f8f6fa726455a7f6c26c9cdf0e09cad2819 /http/src/css/reset.uppcss | |
| parent | 94e5dfd091b6413250398821917efff76e12724f (diff) | |
changes " to ' in uppcss files to work around bug in pp
Diffstat (limited to 'http/src/css/reset.uppcss')
| -rw-r--r-- | http/src/css/reset.uppcss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http/src/css/reset.uppcss b/http/src/css/reset.uppcss index 00deeb1..03df124 100644 --- a/http/src/css/reset.uppcss +++ b/http/src/css/reset.uppcss @@ -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; } |
