Skip to content

Commit

Permalink
Merge pull request #17 from james2doyle/patch-1
Browse files Browse the repository at this point in the history
added y-u-no-hover and misaligned images
  • Loading branch information
tlrobinson committed Mar 31, 2014
2 parents a4f4650 + 98b99fe commit 8ac2bf4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions evil.css
Expand Up @@ -115,3 +115,18 @@ body {
-moz-user-select: none;
user-select: none;
}

/* Y U NO HOVER?! */
a:hover {
display: none;
font-size: 0;
}

/* misaligned images */
img[align="left"] {
float: right;
}

img[align="right"] {
float: left;
}

0 comments on commit 8ac2bf4

Please sign in to comment.