Skip to content

Commit

Permalink
Merge pull request simonwhitaker#15 from evgeni/fixed-top-ribbon
Browse files Browse the repository at this point in the history
allow top ribbons be position:fixed too
  • Loading branch information
Simon Whitaker committed Mar 30, 2013
2 parents d88debb + 34c1585 commit 5b3bf08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gh-fork-ribbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
top: 0;
}

.github-fork-ribbon-wrapper.fixed {
position: fixed;
}

.github-fork-ribbon-wrapper.left {
left: 0;
}
Expand Down

0 comments on commit 5b3bf08

Please sign in to comment.