about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLukas Fleischer2015-03-05 20:41:45 +0100
committerJason A. Donenfeld2015-03-13 14:52:52 +0100
commitdb021a1989a52911557ce6b998c11fbe4a4bea9d (patch)
treeb92c3f017e657cf0ecb38f0259b2021a066a3dd8 /cgit.css
parentfilters: Add sample gentoo script (diff)
downloadcgit-db021a1989a52911557ce6b998c11fbe4a4bea9d.tar.gz
cgit-db021a1989a52911557ce6b998c11fbe4a4bea9d.zip
Remove no-op link from submodule entries
Instead of linking to the current page ("href='#'"), do not add a link
to a submodule entry at all if the module-link setting is not used.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css index 6888cde..82c755c 100644 --- a/cgit.css +++ b/cgit.css
@@ -254,7 +254,7 @@ div#cgit div.error {
254 margin: 1em 2em; 254 margin: 1em 2em;
255} 255}
256 256
257div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit a.ls-mod { 257div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
258 font-family: monospace; 258 font-family: monospace;
259} 259}
260 260