Merge pull request #822 from kugaevsky/activity_stream

Activity stream labels css fix
This commit is contained in:
Dmitriy Zaporozhets 2012-05-15 07:13:06 -07:00
commit 81a89f6a83
2 changed files with 7 additions and 2 deletions

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 {

View file

@ -257,7 +257,7 @@ table.no-borders {
.event_label {
background: #FCEEC1;
padding:0 2px;
padding: 2px 2px 0;
font-family: monospace;
}