-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathcards-ie9.css
More file actions
20 lines (19 loc) · 757 Bytes
/
cards-ie9.css
File metadata and controls
20 lines (19 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
* IE 9 Styles for CSS Playing Cards
*
* @author Anika Henke <anika@selfthinker.org>
* @license CC BY-SA [http://creativecommons.org/licenses/by-sa/3.0]
* @version 2011-06-14
* @link http://selfthinker.github.com/CSS-Playing-Cards/
*/
/* fix for a bug in IE9 (see http://stackoverflow.com/questions/6322916/)
@change: this change also means that whenever the general font-size of a .card changes,
this value needs to be adjusted to be (3 x <.card font-size>) */
.playingCards.simpleCards .card .suit:after,
.playingCards .card.rank-j .suit:after,
.playingCards .card.rank-q .suit:after,
.playingCards .card.rank-k .suit:after,
.playingCards .card.rank-a .suit:after,
.playingCards .card.joker .rank:after {
font-size: 3.6rem;
}