NOTE: Federation is disabled on this instance!
You can test federation between the following instances:forge.angeley.es
code.angeley.es
By | fr33domlover |
At | 2017-12-24 |
Title | Remove underline from footnote links |
Description |
Edit file css/default.css 33188 → 33188
8 | 8 | ||
9 | 9 | a { |
|
10 | 10 | color: #739fcf; |
|
11 | 11 | } |
|
12 | 12 | ||
+ | 13 | a.footnoteRef { |
|
+ | 14 | text-decoration: none; |
|
+ | 15 | } |
|
+ | 16 | ||
13 | 17 | hr { |
|
14 | 18 | background-color: #555753; |
|
15 | 19 | } |
|
16 | 20 | ||
17 | 21 | header { |
|
… | … | … | … |