diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2667,6 +2667,9 @@ BIN_FILENODE = 6 text-decoration: none; } +#compare_branches + .table .revision-link, +#compare_tags + .table .revision-link, +#compare_bookmarks + .table .revision-link, #repos_list_wrap .revision-link, #shortlog_data .revision-link { font-weight: normal !important; diff --git a/kallithea/templates/bookmarks/bookmarks_data.html b/kallithea/templates/bookmarks/bookmarks_data.html --- a/kallithea/templates/bookmarks/bookmarks_data.html +++ b/kallithea/templates/bookmarks/bookmarks_data.html @@ -28,7 +28,7 @@ ${book[1].revision}
-
${h.show_id(book[1])}
+ ${h.show_id(book[1])}
diff --git a/kallithea/templates/branches/branches_data.html b/kallithea/templates/branches/branches_data.html --- a/kallithea/templates/branches/branches_data.html +++ b/kallithea/templates/branches/branches_data.html @@ -29,7 +29,7 @@ ${branch[1].revision}
-
${h.show_id(branch[1])}
+ ${h.show_id(branch[1])}
@@ -56,7 +56,7 @@ ${branch[1].revision}
-
${h.show_id(branch[1])}
+ ${h.show_id(branch[1])}
diff --git a/kallithea/templates/tags/tags_data.html b/kallithea/templates/tags/tags_data.html --- a/kallithea/templates/tags/tags_data.html +++ b/kallithea/templates/tags/tags_data.html @@ -29,7 +29,7 @@ ${tag[1].revision}
-
${h.show_id(tag[1])}
+ ${h.show_id(tag[1])}