# HG changeset patch # User Marcin Kuzminski # Date 2011-10-26 13:37:03 # Node ID 84e2e29c0f035f821441a90f34df04a968165626 # Parent 387971bd1a79ef6c4afe48bd72866d90699a147c changelog links no decoration diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1951,6 +1951,10 @@ h3.files_location { white-space: pre-wrap; } +#graph_content .container .left .message a:hover{ + text-decoration: none; +} + .right div { clear: both; }