mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Improved appearance of urls in commit history message.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user