Merge pull request #1862 from awesomerobot/master

preventing staff highlight from overlapping when on multiple lines
This commit is contained in:
Jeff Atwood 2014-01-25 12:58:28 -08:00
commit c930fe41b2

View file

@ -576,8 +576,8 @@ iframe {
}
.staff a {
padding: 4px;
margin: -4px 0 0 0;
padding: 2px;
margin: -2px 0 0 0;
background-color: lighten(yellow, 35%);
}