Content deleted Content added
turn off bullets for ul Tag: Reverted |
get rid of clear/float |
||
(28 intermediate revisions by the same user not shown) | |||
Line 1:
/* {{pp-template}} */
.portalbox-sand {
padding: 0; /* Timeless adds padding */
margin: 0.5em 0;
display: table;
list-style: none;▼
box-sizing: border-box;
max-width: 175px;
▲ list-style: none;
}
.portalborder-sand {
border: 1px solid
padding: 0.1em;
background: var(--background-color-neutral-subtle, #
}
.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-image-sand {
display: table-cell;
padding: 0.2em;
Line 29 ⟶ 31:
}
.portalbox-link-sand {
display: table-cell;
padding: 0.2em 0.2em 0.2em 0.3em;
Line 36 ⟶ 38:
@media (min-width: 720px) {
.portalleft-sand {
margin: 0.5em 1em 0.5em 0
}
.portalright-sand {
clear: right;
float: right;
|