Код в epub:
<p class="txt"><span class="b">Список:</span></p>
<ul class="List-1">
<li class="list">1</li>
<li class="list">2</li>
<li class="list">3</li>
...
В css:
ul.List-1 {
margin-left : 17px;
}
li.list {
font-family : Cambria, serif;
font-weight : normal;
font-style : normal;
font-size : 1.0em;
text-decoration : none;
font-variant : normal;
line-height : 1.2;
text-align : justify;
color : #000000;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
p.txt {
font-family : Cambria, serif;
font-weight : normal;
font-style : normal;
font-size : 1em;
text-decoration : none;
font-variant : normal;
line-height : 1.2;
text-align : justify;
color : #000000;
text-indent : 0px;
margin : 0px 0px 9px 0px;
}
Т.е. никаких отбивок в стилях не задано (как мне кажется).
откуда же берется эта "дыра"?
<p class="txt"><span class="b">Список:</span></p>
<ul class="List-1">
<li class="list">1</li>
<li class="list">2</li>
<li class="list">3</li>
...
В css:
ul.List-1 {
margin-left : 17px;
}
li.list {
font-family : Cambria, serif;
font-weight : normal;
font-style : normal;
font-size : 1.0em;
text-decoration : none;
font-variant : normal;
line-height : 1.2;
text-align : justify;
color : #000000;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
p.txt {
font-family : Cambria, serif;
font-weight : normal;
font-style : normal;
font-size : 1em;
text-decoration : none;
font-variant : normal;
line-height : 1.2;
text-align : justify;
color : #000000;
text-indent : 0px;
margin : 0px 0px 9px 0px;
}
Т.е. никаких отбивок в стилях не задано (как мне кажется).
откуда же берется эта "дыра"?