Better visibility of event commit links & commits ids

This commit is contained in:
randx 2012-07-28 00:27:54 +03:00
parent 9a709f76be
commit bc7897180d
6 changed files with 23 additions and 9 deletions

View file

@ -199,4 +199,11 @@
background:#FCEEC1;
color:$style_color;
}
.commit_short_id {
float:left;
@extend .lined;
min-width:65px;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
}
}