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