diff kallithea/public/css/style.css @ 4876:3b8adbbf03a1

_dt_elements: underline just the repo name not whitespace
author Sean Farley <sean.michael.farley@gmail.com>
date Wed, 25 Feb 2015 11:33:21 -0800
parents a75a6e7b1b17
children a7bbf4e18ec3
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed Feb 25 11:19:20 2015 -0800
+++ b/kallithea/public/css/style.css	Wed Feb 25 11:33:21 2015 -0800
@@ -590,6 +590,14 @@
     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;
 }