mirror of https://github.com/rails/rails
Fixing fetch image on 'back-to-top' button
This commit is contained in:
parent
22397bec6f
commit
937b307e84
|
@ -272,7 +272,7 @@ a.back-to-top {
|
|||
padding: 2.5em;
|
||||
border-radius: 3em;
|
||||
box-shadow: 2px 2px 4px 0px black;
|
||||
background: url('../images/up-white-arrow.png') no-repeat center center, #c52f24;
|
||||
background: url('../images/up_white_arrow.png') no-repeat center center, #c52f24;
|
||||
background-size: 2em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue