Difference between revisions of "Template:Maplink/styles-multi.css"
Jump to navigation
Jump to search
imported>Evad37 (create) |
imported>Evad37 m (Protected "Template:Maplink/styles-multi.css": Matching protection level of associated template/module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | .mapframe-multi-container | + | /* Force labels to appear under maps */ |
| + | .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.tright, | ||
| + | .mapframe-multi-container div.mw-kartographer-container.tleft { | ||
| + | padding: 0 0 0 0; | ||
| + | margin: 0 0 0 0; | ||
} | } | ||
Latest revision as of 23:56, 25 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.tright,
.mapframe-multi-container div.mw-kartographer-container.tleft {
padding: 0 0 0 0;
margin: 0 0 0 0;
}