remove some browser specifics

This commit is contained in:
Dennis Eichhorn 2019-06-02 08:02:57 +02:00
parent 1c39197d1b
commit 5fefb99bd1
3 changed files with 0 additions and 6 deletions

View File

@ -58,7 +58,6 @@ div.slider-1 {
.slider-2 { .slider-2 {
width: 100%; width: 100%;
position: relative; position: relative;
padding-top: auto;
text-align: center; text-align: center;
> img { > img {

View File

@ -3235,8 +3235,6 @@ p {
bottom: 150%; bottom: 150%;
margin-bottom: 5px; margin-bottom: 5px;
padding: 7px; padding: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
background-color: #000; background-color: #000;
background-color: rgba(51, 51, 51, 0.9); background-color: rgba(51, 51, 51, 0.9);
@ -3429,7 +3427,6 @@ div.slider-1 {
.slider-2 { .slider-2 {
width: 100%; width: 100%;
position: relative; position: relative;
padding-top: auto;
text-align: center; } text-align: center; }
.slider-2 > img { .slider-2 > img {
width: 100%; width: 100%;

View File

@ -19,8 +19,6 @@
bottom: 150%; bottom: 150%;
margin-bottom: 5px; margin-bottom: 5px;
padding: 7px; padding: 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
background-color: #000; background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9); background-color: hsla(0, 0%, 20%, 0.9);