Template:Ways to Give/CountrySelect: Difference between revisions
Content deleted Content added
document ready |
only bother with columns if device is wide enough |
||
Line 18:
text-decoration: underline;
}
.country-list {
padding-left: 2em;
-moz-column-width: 15em;▼
-webkit-column-width: 15em;▼
column-width: 15em;▼
max-width: 80em;
}
@media (min-device-width: 32em) {
.country-list {
▲ -moz-column-width: 15em;
▲ -webkit-column-width: 15em;
▲ column-width: 15em;
}
}
.country-list ul {
list-style: none;
|