Module:Portal/sandbox/styles.css: Difference between revisions

Content deleted Content added
float
separate border styles into new class
Line 1:
.portalbox {
float: right;
border: solid #aaa 1px;
padding: 0; /* Timeless adds padding */
}
 
.portalborder {
border: solid #aaa 1px;
}
 
Line 16 ⟶ 19:
display: table;
box-sizing: border-box;
padding: 0.1em;
max-width: 175px;
background: #f9f9f9;
font-size: 85%;
line-height: 110%;
font-style: italic;
font-weight: bold;
}
 
.portalborder > ul {
padding: 0.1em;
background: #f9f9f9;
}