|
The original part in the .css is :
.zenoplat {
border-bottom: 0;
border-top: 0;
display: block;
font-size: 1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.5em;
padding-bottom: 0;
padding-top: 0;
text-align: left;
margin: 0
}
The line-height must be changed in line-height: 1.1em;
Who knows the right regex to do it ?
|