From 5fefb99bd1645aa51e00fc3da6c5a7f50082949c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 2 Jun 2019 08:02:57 +0200 Subject: [PATCH] remove some browser specifics --- image.scss | 1 - styles.css | 3 --- tooltip.scss | 2 -- 3 files changed, 6 deletions(-) diff --git a/image.scss b/image.scss index 9e39d01..7c4c1f1 100644 --- a/image.scss +++ b/image.scss @@ -58,7 +58,6 @@ div.slider-1 { .slider-2 { width: 100%; position: relative; - padding-top: auto; text-align: center; > img { diff --git a/styles.css b/styles.css index 15f8385..3a47e5c 100644 --- a/styles.css +++ b/styles.css @@ -3235,8 +3235,6 @@ p { bottom: 150%; margin-bottom: 5px; padding: 7px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; background-color: #000; background-color: rgba(51, 51, 51, 0.9); @@ -3429,7 +3427,6 @@ div.slider-1 { .slider-2 { width: 100%; position: relative; - padding-top: auto; text-align: center; } .slider-2 > img { width: 100%; diff --git a/tooltip.scss b/tooltip.scss index b323e70..4e5f3b0 100644 --- a/tooltip.scss +++ b/tooltip.scss @@ -19,8 +19,6 @@ bottom: 150%; margin-bottom: 5px; padding: 7px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; background-color: #000; background-color: hsla(0, 0%, 20%, 0.9);