Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
author྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>2020-04-18 12:00:34 +0300
committerGitHub <noreply@github.com>2020-04-18 12:00:34 +0300
commit0f5145a575c98d67c531ec3d8c80b6e17b177c1a (patch)
tree733f4ca80b19dcd1e0f2cc0f117c7bae3caeaf76 /css
parent3dc06fff00e568cc2696123e6a0baa75df30ef4e (diff)
Use SVG logo in lieu of the old PNG one (#2649)
Ahah. I love this expression, "in lieu of" :) Also, remove those social buttons. I think they're useless and ugly.
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index eeaae300..6f5a1bb2 100644
--- a/css/style.css
+++ b/css/style.css
@@ -39,7 +39,10 @@ h1 a {text-align:right;font-size:20px;float:right;}
h1 a, h1 a:link, h1 a:active, h1 a:visited {color:#2a85b3}
h1 a:hover{text-decoration:none;}
h1 a:hover span{text-decoration:underline;color:#88c0eb}
-
+#yourls-logo {
+ border:0px;
+ width:300px;
+}
ul#admin_menu {
min-height:100px;
list-style-type:none;
@@ -61,7 +64,7 @@ code {
}
tt {
background:#ffc;
- padding:0 2px;
+ padding:0 2px;
}
input, textarea {