95f30557a865bf78633daf9bd69f0a2207bd3d9c
custom.css
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 | @import "pygmentize-vim.css"; |
2 | 2 | |
3 | -a[href="^=/gollum/history/"] { |
|
3 | +a[href^="/gollum/history/"] { |
|
4 | 4 | display: none; |
5 | 5 | } |
6 | 6 | |
... | ... | @@ -8,7 +8,7 @@ a[href="/gollum/overview"] { |
8 | 8 | display: none; |
9 | 9 | } |
10 | 10 | |
11 | -a[href="^=/gollum/latest_changes"] { |
|
11 | +a[href="/gollum/latest_changes"] { |
|
12 | 12 | display: none; |
13 | 13 | } |
14 | 14 |