mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 00:08:41 +00:00
remove some browser specifics
This commit is contained in:
parent
1c39197d1b
commit
5fefb99bd1
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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%;
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user