File: 0019-use-unicode-2022-rather-than-bullet-character.patch

package info (click to toggle)
openqa 5.1754383059.0426baa1d-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,888 kB
  • sloc: perl: 57,226; sql: 26,462; javascript: 8,408; xml: 2,229; sh: 1,690; makefile: 438; python: 249
file content (21 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Philip Hands <phil@hands.com>
Date: Wed, 26 Feb 2025 23:30:22 +0100
Subject: use unicode '\2022' rather than bullet character

---
 assets/stylesheets/overview.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/stylesheets/overview.scss b/assets/stylesheets/overview.scss
index 6c05abf..9f77614 100644
--- a/assets/stylesheets/overview.scss
+++ b/assets/stylesheets/overview.scss
@@ -3,7 +3,7 @@
     tr.parallel-child td.name {
         padding-left: 1em;
         &:first-child:before {
-            content: "•";
+            content: "\2022";
         }
     }
     a.fa, span > a {