Merge pull request #1862 from awesomerobot/master
preventing staff highlight from overlapping when on multiple lines
This commit is contained in:
commit
c930fe41b2
|
@ -576,8 +576,8 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
.staff a {
|
.staff a {
|
||||||
padding: 4px;
|
padding: 2px;
|
||||||
margin: -4px 0 0 0;
|
margin: -2px 0 0 0;
|
||||||
background-color: lighten(yellow, 35%);
|
background-color: lighten(yellow, 35%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue