mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
Added repeat icon and fixed css path
This commit is contained in:
parent
791f010f68
commit
4d5181ef18
3 changed files with 4 additions and 3 deletions
|
|
@ -39,14 +39,14 @@ table.chordedline {
|
|||
transform: scaleX(-1);
|
||||
filter: FlipV;
|
||||
-ms-filter: "FlipV";
|
||||
background-image: url(img/repeat-sign.svg);
|
||||
background-image: url(repeat-sign.svg);
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.rrep {
|
||||
background-image: url(img/repeat-sign.svg);
|
||||
background-image: url(repeat-sign.svg);
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue