Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created December 9, 2011 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriggs/1453590 to your computer and use it in GitHub Desktop.
Save mbriggs/1453590 to your computer and use it in GitHub Desktop.
making mingle nice
{
"mingle.local": {
"_enabled": true,
"_rules": {
"#card-index": {
"font-size": "5em",
"color": "#0076BA"
},
"#show_enumeratedpropertydefinition_479_drop_link": {
"font-weight": "bold",
"font-size": "2em"
},
"#show_card_type_drop_link": {
"font-size": "2em"
},
"#show_userpropertydefinition_492_drop_link": {
"font-size": "2em",
"font-weight": "bold"
},
"div.card-icon": {
"width": "125px",
"height": "85px"
},
"#card-popup-description": {
"font-size": "1.2em"
}
}
},
"mingle.nu": {
"_enabled": true,
"_rules": {
"#card-index": {
"font-size": "5em",
"color": "#0076BA"
},
"#show_enumeratedpropertydefinition_479_drop_link": {
"font-weight": "bold",
"font-size": "2em"
},
"#show_card_type_drop_link": {
"font-size": "2em"
},
"#show_userpropertydefinition_492_drop_link": {
"font-size": "2em",
"font-weight": "bold"
},
"div.card-icon": {
"width": "125px",
"height": "85px"
},
"#card-popup-description": {
"font-size": "1.2em"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment