# HG changeset patch # User Andrew Shadura # Date 2015-03-21 18:47:18 # Node ID 2f1072c9084aab1c0eb0386b1b7460ee1760c946 # Parent 72a8d2564f0e0ba01e1b63157aad02dfe1d93568 template: remove more unneeded
 from revision links, use CSS instead

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])}