Skip to content

Commit

Permalink
Smaller arrow on slide in image
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksryba committed Jul 26, 2012
1 parent d3966d5 commit e9edb41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SimpleSeer/static/app/styles/main.less
Expand Up @@ -923,11 +923,11 @@ table.tablesorter {
}

.arrow-right {
border-bottom: 35px solid transparent;
border-left: 35px solid white;
border-top: 35px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid white;
border-top: 20px solid transparent;
height: 0;
margin-top: 32px;
margin-top: 55px;
position: absolute;
top: 0;
width: 0;
Expand Down

0 comments on commit e9edb41

Please sign in to comment.