Content deleted Content added
tright/left -> left/right sand Tag: Reverted |
move to sand Tag: Reverted |
||
Line 2:
.portalbox-sand {
padding: 0; /* Timeless adds padding */
max-width: 175px;▼
box-sizing: border-box;▼
font-size: 85%;▼
line-height: 110%;▼
font-style: italic;▼
font-weight: bold;▼
background: #f9f9f9;▼
}
Line 10 ⟶ 17:
.portalbox-sand ul {
display: table;
▲ box-sizing: border-box;
▲ max-width: 175px;
▲ font-size: 85%;
▲ line-height: 110%;
▲ font-style: italic;
▲ font-weight: bold;
}
.portalborder-sand ul {
padding: 0.1em;
▲ background: #f9f9f9;
}
|