Template:Ways to Give/CountrySelect: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
document ready
only bother with columns if device is wide enough
Line 18: Line 18:
text-decoration: underline;
text-decoration: underline;
}
}

.country-list {
.country-list {
padding-left: 2em;
padding-left: 2em;
-moz-column-width: 15em;
-webkit-column-width: 15em;
column-width: 15em;
max-width: 80em;
max-width: 80em;
}
}
@media (min-device-width: 32em) {
.country-list {
-moz-column-width: 15em;
-webkit-column-width: 15em;
column-width: 15em;
}
}

.country-list ul {
.country-list ul {
list-style: none;
list-style: none;

Revision as of 05:20, 7 December 2014