Skip to content

Commit

Permalink
Merge pull request simonwhitaker#30 from jplitza/patch-1
Browse files Browse the repository at this point in the history
Set font in <div> instead of <a>
  • Loading branch information
simonwhitaker committed May 19, 2014
2 parents fef29b1 + f445fe9 commit c1973b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gh-fork-ribbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);

/* Set the font */
font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;

z-index: 9999;
pointer-events: auto;
}

.github-fork-ribbon a,
.github-fork-ribbon a:hover {
/* Set the font */
font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;

/* Set the text properties */
color: #fff;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
text-align: center;
Expand Down

0 comments on commit c1973b5

Please sign in to comment.