Skip to content

Commit

Permalink
made simpleCards option work with faceImages
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Jun 13, 2011
1 parent 8b3f3ce commit 1b9a64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cards.css
Expand Up @@ -355,6 +355,9 @@
.playingCards.faceImages .card.rank-k.clubs { background-image: url(faces/KC.gif); }

.playingCards.faceImages .card.joker { background-image: url(faces/joker.gif); }
.playingCards.simpleCards .card.rank-j,
.playingCards.simpleCards .card.rank-q,
.playingCards.simpleCards .card.rank-k { background-image: none !important; }

/*____________ symbols in the middle (faces as dingbat symbols) ____________*/

Expand Down
2 changes: 0 additions & 2 deletions examples.html
Expand Up @@ -101,8 +101,6 @@ <h3>Languages:</h3>
</ul>
</div>

<p><em>Note: &quot;.simpleCards&quot; doesn't work with &quot;.faceImages&quot;.</em></p>

<!-- .card -->
<h2>Single Cards</h2>

Expand Down

0 comments on commit 1b9a64f

Please sign in to comment.