You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
fix PHP80
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
#rocket-to-top .level-2 {
|
||||
background: url("../public/images/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
|
||||
background: url("../images/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
|
||||
display: none;
|
||||
height: 250px;
|
||||
opacity: 0;
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
#rocket-to-top {
|
||||
background: url("../public/images/rocket_button_up.png") no-repeat scroll 0 0 transparent;
|
||||
background: url("../images/rocket_button_up.png") no-repeat scroll 0 0 transparent;
|
||||
cursor: default;
|
||||
display: block;
|
||||
height: 250px;
|
||||
|
||||
Reference in New Issue
Block a user