24 lines
389 B
CSS
24 lines
389 B
CSS
|
|
.epp-xref {
|
||
|
|
margin-right: 3px;
|
||
|
|
padding: 2px 5px;
|
||
|
|
color: #fff;
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: .8em;
|
||
|
|
min-width: 14px;
|
||
|
|
text-align: center;
|
||
|
|
background-color: #444;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
b.def {
|
||
|
|
line-height: 1.3rem
|
||
|
|
}
|
||
|
|
|
||
|
|
.examp {
|
||
|
|
margin: 0 0 5px 0;
|
||
|
|
line-height: 1.5em;
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
display: block;
|
||
|
|
margin: 0
|
||
|
|
}
|