more improvements
This commit is contained in:
parent
0aec753092
commit
fe44297d46
@ -334,9 +334,14 @@ table.contacts div.note {
|
||||
|
||||
&-info {
|
||||
color: $grey;
|
||||
padding-top: 3px;
|
||||
padding-top: 5px;
|
||||
|
||||
> span.bullet {
|
||||
margin: 0 4px;
|
||||
margin: 0 3px;
|
||||
opacity: 0.65;
|
||||
font-size: $fs - 2px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,11 +15,15 @@ function index($ctx) {
|
||||
|
||||
<a class="index-dl-line" href="https://files.4in1.ws/4in1-en.pdf?4" onmouseenter="IndexPage.setCoverLang('en')">
|
||||
<b>Download in English</b><br>
|
||||
<div class="index-dl-line-info">PDF <span class="bullet">•</span> 379 pp.</div>
|
||||
<div class="index-dl-line-info">
|
||||
PDF <span class="bullet">▪</span> 379 pp. <span class="bullet">▪</span> 25 MiB
|
||||
</div>
|
||||
</a>
|
||||
<a class="index-dl-line" href="https://files.4in1.ws/4in1-ru.pdf?4" onmouseenter="IndexPage.setCoverLang('ru')">
|
||||
<b>Скачать на русском</b>
|
||||
<div class="index-dl-line-info">PDF <span class="bullet">•</span> 453 стр.</div>
|
||||
<div class="index-dl-line-info">
|
||||
PDF <span class="bullet">▪</span> 453 стр. <span class="bullet">▪</span> 29 MiB
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div class="index-book-updates">
|
||||
|
Loading…
x
Reference in New Issue
Block a user