From 3755c46edd1abf2f545f67428bfa2c5abdc94d36 Mon Sep 17 00:00:00 2001 From: Frederic Barthelemy Date: Tue, 15 Jun 2010 19:34:16 -0700 Subject: [PATCH] Improved appearance of urls in commit history message. --- html/views/history/history.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/html/views/history/history.css b/html/views/history/history.css index e9275c5..0d50fc7 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -72,6 +72,16 @@ a.servicebutton:hover{ padding-top: 10px; } +#message a { + margin-left: 0.2em; + text-decoration: none; +} + +#message a:hover { + color: #4444ff; + border-bottom: 1px solid #4444ff; +} + #files { margin-top: 1em; margin-left: 0.5em;