From ece53881d6ae8b0140b88dff2b536ba2e07554f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sun, 3 Nov 2019 16:04:33 +0100 Subject: [PATCH] emove old css hacks --- www/data/css/styles.css | 4 ---- www/data/css/styles.min.css | 2 +- www/data/css/styles_about.scss | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/www/data/css/styles.css b/www/data/css/styles.css index 6e761c5..03e43f8 100644 --- a/www/data/css/styles.css +++ b/www/data/css/styles.css @@ -590,10 +590,6 @@ html, body { content: " "; border: 5px solid transparent; border-top-color: rgba(0, 0, 0, 0.8); - -moz-border-top-colors: none; - -moz-border-right-colors: none; - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; border-image: none; } diff --git a/www/data/css/styles.min.css b/www/data/css/styles.min.css index 1c3dc98..a965235 100644 --- a/www/data/css/styles.min.css +++ b/www/data/css/styles.min.css @@ -102,7 +102,7 @@ html,body{margin:0;padding:0;height:100%} .git_list text.caption{font-size:10px;fill:#666} .git_list text.caption_month{font-size:8px;fill:#BBB} .git_list text.caption_day{font-size:8px;fill:#BBB} -.svg-tip:after{box-sizing:border-box;position:absolute;left:50%;height:5px;width:5px;bottom:-10px;margin:0 0 0 -5px;content:" ";border:5px solid transparent;border-top-color:rgba(0,0,0,0.8);-moz-border-top-colors:none;-moz-border-right-colors:none;-moz-border-bottom-colors:none;-moz-border-left-colors:none;border-image:none} +.svg-tip:after{box-sizing:border-box;position:absolute;left:50%;height:5px;width:5px;bottom:-10px;margin:0 0 0 -5px;content:" ";border:5px solid transparent;border-top-color:rgba(0,0,0,0.8);border-image:none} .svg-tip{padding:5px;background:none repeat scroll 0 0 rgba(0,0,0,0.8);color:#BBB;font-size:12px;position:absolute;z-index:99999;text-align:center;border-radius:3px;box-sizing:border-box;opacity:0} .extGitGraphContainer{background-color:#fcfcfc;margin:10px;display:inline-block;border:1px solid #222;border-radius:0;box-shadow:0 0 1px rgba(0,0,0,0.25) inset} .egg_footer{margin-top:5px;text-align:right;margin-right:5px;margin-bottom:5px;color:#888} diff --git a/www/data/css/styles_about.scss b/www/data/css/styles_about.scss index f5f5ad1..54e1a26 100644 --- a/www/data/css/styles_about.scss +++ b/www/data/css/styles_about.scss @@ -53,10 +53,6 @@ content: " "; border: 5px solid transparent; border-top-color: rgba(0, 0, 0, 0.8); - -moz-border-top-colors: none; - -moz-border-right-colors: none; - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; border-image: none; }