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 @@ -590,6 +590,14 @@ td.quick_repo_menu .menu_items.hidden { margin: 0px 1px 0px 3px; } +.dt_repo a { + text-decoration: none; +} + +.dt_repo .dt_repo_name:hover { + text-decoration: underline; +} + .yui-dt-first th { text-align: left; } diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -77,7 +77,7 @@ %else: %endif - ${get_name(name)} + ${get_name(name)} %if fork_of: