new select
This commit is contained in:
@@ -2,6 +2,10 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
body.books-body {
|
||||||
|
width: 65%;
|
||||||
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
header ul {
|
header ul {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<//base href="<?=SITE?>">
|
<//base href="<?=SITE?>">
|
||||||
<script src="/pub/scripts/pdf.min.js"></script>
|
<script src="/pub/scripts/pdf.min.js"></script>
|
||||||
<script src="/pub/scripts/anviewer.js?ver=51"></script>
|
<script src="/pub/scripts/anviewer.js?ver=51"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=201">
|
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=202">
|
||||||
<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">
|
||||||
<link rel="stylesheet" href="/pub/fontawesome/css/v4-shims.css">
|
<link rel="stylesheet" href="/pub/fontawesome/css/v4-shims.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body<?if ($category == 'books'):?> class="books-body"<?endif?>>
|
||||||
|
|
||||||
|
|
||||||
<!-- Rating Mail.ru counter -->
|
<!-- Rating Mail.ru counter -->
|
||||||
|
|||||||
Reference in New Issue
Block a user