Module:Infobox military conflict/styles.css: Difference between revisions
Appearance
imported>Jdlrobson ←Created page with '@media all and (max-width:720px) { .desktop-float-right { box-sizing: border-box; float: right; clear: right; } }' |
m Protected "Module:Infobox military conflict/styles.css": Important page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
@media all and ( | /* {{pp-template}} */ | ||
@media all and (min-width:720px) { | |||
.desktop-float-right { | .desktop-float-right { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Line 5: | Line 6: | ||
clear: right; | clear: right; | ||
} | } | ||
} | |||
.infobox.vevent .status > p:first-child { | |||
margin: 0; | |||
} | } | ||
Latest revision as of 03:32, 15 September 2023
/* {{pp-template}} */
@media all and (min-width:720px) {
.desktop-float-right {
box-sizing: border-box;
float: right;
clear: right;
}
}
.infobox.vevent .status > p:first-child {
margin: 0;
}