From 09ca583c3f11e1b68f665889ce2e00961029dfd4 Mon Sep 17 00:00:00 2001 From: ruan Date: Thu, 26 Apr 2018 07:41:06 +0200 Subject: [PATCH] Refactor CSS --- inc/css/custom.css | 6 ++++++ inc/img/console.png | Bin 82 -> 81 bytes index.php | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/inc/css/custom.css b/inc/css/custom.css index 56c31af..00dc330 100644 --- a/inc/css/custom.css +++ b/inc/css/custom.css @@ -84,6 +84,12 @@ tr.hover { text-align: center; } +.litebans-index-main { +} + +.litebans-index-sub { +} + /* info.php */ .litebans-info-badges { width: 0; diff --git a/inc/img/console.png b/inc/img/console.png index 0976c5fe16a223da9b865a3115ebf8c31332c7d6..3391dbd275a9cd2a1b19b17bc6f9872b91650cb3 100644 GIT binary patch delta 50 zcmWFvoS>pB;pyTSQgJKUf!SyUOEEK-;^F@coeLxw7`k7v{QvtqGLHcWJYD@<);T3K F0RXJ25n=!U delta 51 zcmWFxnxLX5>FMGa!f`!0!GYCi1xqnAm*V073^NyqFfeq#V)@^f6+eLi2s~Z=T-G@y GGywpiY!HV4 diff --git a/index.php b/index.php index 3899b78..98f3f95 100644 --- a/index.php +++ b/index.php @@ -7,11 +7,11 @@ $page->print_title();
-
+

settings->name, $page->t("index.welcome.main")); ?>

-

t("index.welcome.sub"); ?>

+

t("index.welcome.sub"); ?>

print_footer(false); ?>