Commit 81a89f6a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #822 from kugaevsky/activity_stream

Activity stream labels css fix
parents fab42a61 451118f1
...@@ -566,7 +566,12 @@ li.commit { ...@@ -566,7 +566,12 @@ li.commit {
} }
code { code {
padding:0px; padding: 2px 2px 0;
margin-top: -2px;
&:hover {
color: black;
border: 1px solid #ccc;
}
} }
} }
p.time { p.time {
......
...@@ -257,7 +257,7 @@ table.no-borders { ...@@ -257,7 +257,7 @@ table.no-borders {
.event_label { .event_label {
background: #FCEEC1; background: #FCEEC1;
padding:0 2px; padding: 2px 2px 0;
font-family: monospace; font-family: monospace;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment