We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09fbaf commit 8581759Copy full SHA for 8581759
themes/vocabulary_theme/templates/issue_finder.html
@@ -18,7 +18,7 @@ <h1>{{ this.title }}</h1>
18
<noscript>
19
The issue finder requires JavaScript. You can try searching on GitHub
20
using the links below.
21
- <ul>
+ <ul class="gh-links">
22
<li>
23
<a href="https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr">
24
issues labeled "good first issue"
webpack/sass/issue-finder-page.scss
@@ -8,7 +8,7 @@
8
9
line-height: 1.8125;
10
11
- ul {
+ ul.gh-links {
12
list-style: disc;
13
padding-left: 2em;
14
}
0 commit comments