# HG changeset patch # User Sean Farley # Date 2015-02-25 20:33:21 # Node ID 3b8adbbf03a1d849cac46d91304e519bec32fb74 # Parent a75a6e7b1b1720e8ddfb2d88404152251759d491 _dt_elements: underline just the repo name not whitespace 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: