Default CSS hides links in headers
- Dominant language
- Haskell
- Stars
- 2.3k
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
In the screen.css supplied with gitit, we have:h1 > a:link, h1 > a:active, h1 > a:hover, h1 > a:focus, h1 > a:visited,
h2 > a:link, h2 > a:active, h2 > a:hover, h2 > a:focus, h2 > a:visited,
h3 > a:link, h3 > a:active, h3 > a:hover, h3 > a:focus, h3 > a:visited,
h4 > a:link, h4 > a:active, h4 > a:hover, h4 > a:focus, h4 > a:visited,
h5 > a:link, h5 > a:active, h5 > a:hover, h5 > a:focus, h5 > a:visited,
h6 > a:link, h6 > a:active, h6 > a:hover, h6 > a:focus, h6 > a:visited {
color: black; text-decoration: none; }This has the unfortunate effect of hiding links in headers, and I have problems seeing the rationale behind this. Personally, I would opt for a conservative default CSS, but instead providing examples for users to copy into their custom.css.
Google Code Info:
Issue #: 109
Author: ketilm...@gmail.com
Created On: 2011-01-15T10:50:19.000Z
Closed On:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.