Template:Legend/styles.css: Difference between revisions

Content deleted Content added
Added legend-text class with font-size: 95%;
Updated (a touch boldly) based on discussion on talk; sets legend-color size and line-height to 1.25 em, makes width minimum, not fixed, and removes font-size
Line 8:
.legend-color {
display: inline-block;
min-width: 1.5em25em;
height: 1.5em25em;
line-height: 1.25;
margin: 1px 0;
text-align: center;
Line 15 ⟶ 16:
background-color: transparent;
color: black;
font-size: 100%;
}
 
.legend-text {/*empty for now, but part of the design!*/}
font-size: 95%;
}