mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Change version
This commit is contained in:
parent
489e4a8cef
commit
d3ad94a5ee
3 changed files with 4 additions and 4 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"tag_name": "v3.0.7"
|
"tag_name": "v3.0.8"
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
define('HTMLY', true);
|
define('HTMLY', true);
|
||||||
define('HTMLY_VERSION', 'v3.0.7');
|
define('HTMLY_VERSION', 'v3.0.8');
|
||||||
$config_file = 'config/config.ini';
|
$config_file = 'config/config.ini';
|
||||||
require 'system/vendor/autoload.php';
|
require 'system/vendor/autoload.php';
|
||||||
require 'system/htmly.php';
|
require 'system/htmly.php';
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ table#config tr:last-child td {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#htmly-menu {
|
#htmly-menu {
|
||||||
|
|
@ -86,7 +86,7 @@ table#config tr:last-child td {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 550px) {
|
@media all and (max-width: 550px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue