Content deleted Content added
put this here Tag: Reverted |
get rid of clear/float |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1:
/* {{pp-template}} */
.portalbox-sand {
padding: 0; /* Timeless adds padding */
display: table;▼
box-sizing: border-box;
font-style: italic;▼
font-weight: bold;▼
}
.portalborder-sand {
border: 1px solid
▲ display: table;
padding: 0.1em;
background: var(--background-color-neutral-subtle, #f8f9fa);
}
.portalbox-entry-sand
display: table-row;
font-size: 85%;
line-height: 110%;
height: 1.9em; /* sets min height */
▲ font-style: italic;
▲ font-weight: bold;
}
.portalbox-
display: table-cell;
padding: 0.2em;
Line 36 ⟶ 31:
}
.portalbox-
display: table-cell;
padding: 0.2em 0.2em 0.2em 0.3em;
Line 43 ⟶ 38:
@media (min-width: 720px) {
.
margin: 0.5em 1em 0.5em 0
}
.
▲ margin: 0.5em 0 0.5em 1em;
clear: right;
float: right;
margin: 0.5em 0 0.5em 1em
}
}
|