Skip to content

Commit

Permalink
fix suway express css
Browse files Browse the repository at this point in the history
  • Loading branch information
timkeane committed Apr 24, 2017
1 parent 769d75a commit c8ad091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/css/layer/transit.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ a.subway-icon div {
a.subway-N div, a.subway-Q div, a.subway-R div {
color: #000;
}
div.express {
a.express {
padding: 0;
width: 18px;
border-radius: 0;
transform: rotate(45deg);
margin: 4px;
}
div.express div {
a.express div {
transform: rotate(-45deg);
}

Expand Down

0 comments on commit c8ad091

Please sign in to comment.