Skip to content

Commit d3ad94a

Browse files
committed
Change version
1 parent 489e4a8 commit d3ad94a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cache/installedVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"tag_name": "v3.0.7"
2+
"tag_name": "v3.0.8"
33
}

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
define('HTMLY', true);
3-
define('HTMLY_VERSION', 'v3.0.7');
3+
define('HTMLY_VERSION', 'v3.0.8');
44
$config_file = 'config/config.ini';
55
require 'system/vendor/autoload.php';
66
require 'system/htmly.php';

system/resources/css/toolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ table#config tr:last-child td {
6969
border: none;
7070
padding: 10px;
7171
cursor: pointer;
72-
font-size: 18px;
72+
font-size: 16px;
7373
}
7474

7575
#htmly-menu {
@@ -86,7 +86,7 @@ table#config tr:last-child td {
8686
color: white;
8787
padding: 10px;
8888
cursor: pointer;
89-
font-size: 18px;
89+
font-size: 16px;
9090
}
9191

9292
@media all and (max-width: 550px) {

0 commit comments

Comments
 (0)