Content deleted Content added
put this here Tag: Reverted |
sync to live Tag: Reverted |
||
Line 1:
/* {{pp-template}} */
.portalbox
padding: 0; /* Timeless adds padding */
display: table;▼
box-sizing: border-box;
line-height: 110%;▼
font-style: italic;▼
font-weight: bold;▼
}
.portalborder
border: solid #aaa 1px;
padding: 0.1em;▼
background: #f9f9f9;
}
.portalbox-
▲ display: table;
▲ padding: 0.1em;
display: table-row;
font-size: 85%;
▲ line-height: 110%;
▲ font-style: italic;
▲ font-weight: bold;
}
.portalbox-
display: table-cell;
padding: 0.2em;
Line 36 ⟶ 28:
}
.portalbox-
display: table-cell;
padding: 0.2em 0.2em 0.2em 0.3em;
Line 43 ⟶ 35:
@media (min-width: 720px) {
.portalleft {
margin: 0.5em 1em 0.5em 0;▼
clear: left;
float: left;
}
.portalright {
margin: 0.5em 0 0.5em 1em;▼
clear: right;
float: right;
}
}
|