Quote:
Originally Posted by jackie_w
I couldn't reproduce this problem, so I'm interested to hear what you discover.
|
Well I disabled Text-transform and the title text was now mixed case
but the space was still AWOL
Here is the CSS (this is Amazon purchased book isbn:1230003162453, No ASIN?, but there was a Kobi ID when I downloaded metadata. I discovered Identifiers was blank)
Code:
.title {
-webkit-font-kerning: auto;
-webkit-hyphens: manual;
adobe-hyphenate: none;
background-image: url(kindle:flow:0002?mime=image/svg+xml);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 4em;
display: block;
font-family: Alegreya, Palatino, serif;
font-size: 100%;
font-weight: normal;
hyphens: manual;
letter-spacing: 0.2em;
line-height: 1.2;
min-height: 28px;
min-width: 7em;
padding-bottom: 2.75em;
page-break-inside: avoid;
text-align: center;
text-transform: uppercase;
margin: 0
}