Activity stream: commit labels css fix — proper paddings and highlighting on hover.

This commit is contained in:
Nick Kugaevsky 2012-05-15 17:46:18 +04:00
parent fab42a612e
commit 7406fb5b12

View file

@ -566,7 +566,12 @@ li.commit {
}
code {
padding:0px;
padding: 2px 2px 0;
margin-top: -2px;
&:hover {
color: black;
border: 1px solid #ccc;
}
}
}
p.time {