Merge pull request #822 from kugaevsky/activity_stream
Activity stream labels css fix
This commit is contained in:
commit
81a89f6a83
2 changed files with 7 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -257,7 +257,7 @@ table.no-borders {
|
|||
|
||||
.event_label {
|
||||
background: #FCEEC1;
|
||||
padding:0 2px;
|
||||
padding: 2px 2px 0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue