s
This commit is contained in:
@@ -7,7 +7,7 @@ body.books-body {
|
|||||||
width: 65%;
|
width: 65%;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
p {
|
#book-html p {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
@@ -438,14 +438,14 @@ input[type="email"],input[type="password"]{
|
|||||||
header, #lk-menu {
|
header, #lk-menu {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
p {
|
#book-html p {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
p {
|
#book-html p {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<?include ('blocks/pgtextnav.phtml')?>
|
<?include ('blocks/pgtextnav.phtml')?>
|
||||||
<div>
|
<div id="book-html">
|
||||||
<?=$pagehtml?>
|
<?=$pagehtml?>
|
||||||
</div>
|
</div>
|
||||||
<?include ('blocks/pgtextnav.phtml')?>
|
<?include ('blocks/pgtextnav.phtml')?>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<script src="/pub/scripts/pdf.min.js"></script>
|
<script src="/pub/scripts/pdf.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
|
||||||
<script src="/pub/scripts/klanviewer.js?ver=34"></script>
|
<script src="/pub/scripts/klanviewer.js?ver=34"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=213">
|
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=214">
|
||||||
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||||||
|
|||||||
Reference in New Issue
Block a user