File: issuetracker.css

package info (click to toggle)
sphinx-issuetracker 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 316 kB
  • sloc: python: 777; makefile: 131
file content (11 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
.issue-closed {
    text-decoration: line-through;
}

.issue-closed:hover {
    text-decoration: line-through underline;
}

.issue-closed:visited {
    text-decoration: line-through;
}