Difference between revisions of "Template:Maplink/styles-multi.css"
Jump to navigation
Jump to search
imported>Evad37 (element not class; limit to direct children) |
imported>Evad37 (Remove padding/margin from floated mapframes) |
||
| Line 1: | Line 1: | ||
| + | /* Force labels to appear under maps */ | ||
.mapframe-multi-container > label:first-of-type { | .mapframe-multi-container > label:first-of-type { | ||
clear:both; | clear:both; | ||
| + | } | ||
| + | |||
| + | /* Remove padding/margin from floated mapframes | ||
| + | * (is already added to container when needed) | ||
| + | */ | ||
| + | .mapframe-multi-container a.mw-kartographer-container.floatright, | ||
| + | .mapframe-multi-container a.mw-kartographer-container.floatleft, | ||
| + | .mapframe-multi-container div.mw-kartographer-container.floatleft, | ||
| + | .mapframe-multi-container div.mw-kartographer-container.floatleft { | ||
| + | padding: 0; | ||
| + | margin:0; | ||
} | } | ||
Revision as of 13:26, 17 June 2020
/* Force labels to appear under maps */
.mapframe-multi-container > label:first-of-type {
clear:both;
}
/* Remove padding/margin from floated mapframes
* (is already added to container when needed)
*/
.mapframe-multi-container a.mw-kartographer-container.floatright,
.mapframe-multi-container a.mw-kartographer-container.floatleft,
.mapframe-multi-container div.mw-kartographer-container.floatleft,
.mapframe-multi-container div.mw-kartographer-container.floatleft {
padding: 0;
margin:0;
}