Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "CSS-Playing-Cards",
"version": "0.0.0",
"homepage": "http://selfthinker.github.com/CSS-Playing-Cards/",
"authors": [
"Anika Henke <[email protected]>",
"Lucas Paulger <[email protected]>"
],
"description": "CSS Playing Cards help you to create simple and semantic playing cards in (X)HTML.",
"main": "cards.css",
"keywords": [
"CSS",
"Cards",
"Playing"
],
"license": "CC",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
3 changes: 2 additions & 1 deletion cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
/* selected and hover state */
.playingCards a.card:hover, .playingCards a.card:active, .playingCards a.card:focus,
.playingCards label.card:hover,
.playingCards strong .card {
.playingCards strong .card,
.playingCards a.card.selected {
bottom: 1em;
}
.playingCards label.card {
Expand Down
Loading