Skip to content

Commit

Permalink
reversing arrow order (#443)
Browse files Browse the repository at this point in the history
to be consistent with other grid implementations
  • Loading branch information
dcolens authored and c0bra committed May 23, 2013
1 parent 2c655c7 commit 9608488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/less/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
margin-right: auto;
border-color: gray transparent;
border-style: solid;
border-width: 5px 5px 0 5px;
border-width: 0 5px 5px 5px;
height: 0;
width: 0;
}
Expand Down Expand Up @@ -71,7 +71,7 @@
margin-right: auto;
border-color: gray transparent;
border-style: solid;
border-width: 0 5px 5px 5px;
border-width: 5px 5px 0 5px;
height: 0;
width: 0;
}
Expand Down Expand Up @@ -120,4 +120,4 @@
border-style: solid;
border-width: 6.5px 4.5px 0 4.5px;
border-color: @buttonColor transparent transparent transparent;
}
}

0 comments on commit 9608488

Please sign in to comment.