From 521258c17f87373641a1401820c95315675bebcb Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 27 Nov 2022 16:09:01 +0530 Subject: * Style Fixes * Credits added --- hg.css | 37 +++++++++++-------------------------- index.html | 21 ++++++++++++++------- 2 files changed, 25 insertions(+), 33 deletions(-) diff --git a/hg.css b/hg.css index 032357c..2d5c8ca 100644 --- a/hg.css +++ b/hg.css @@ -142,26 +142,6 @@ hr { line-height: 18px; } -#upload-info { - bottom: 0px; - position: absolute; - right: 8px; - z-index: 999; - color: #ffffff; - margin-bottom: 5px; - cursor: pointer; -} - -#history { - bottom: 0px; - position: absolute; - left: 8px; - z-index: 999; - color: #ffffff; - margin-bottom: 5px; - cursor: pointer; -} - dialog { text-align: center; padding: 50px; @@ -254,14 +234,19 @@ dialog::backdrop { font-size: larger; } -#source { - bottom: 4px; +.footer { position: absolute; - text-align: center; - left: 138px; + bottom: 0px; + width: 350px; + display: flex; + color: #ffffff; z-index: 999; } -#source a { - color: white; +.footer .footer-items { + text-decoration: none; + cursor: pointer; + padding-left: 10px; + color: #ffffff; + justify-content: center; } \ No newline at end of file diff --git a/index.html b/index.html index abf1ece..96d423a 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,12 @@ @@ -34,12 +36,17 @@
-
history
-
source code
+ - + -- cgit v1.2.3