diff options
author | John McLear <john@mclear.co.uk> | 2014-11-19 00:24:14 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-19 00:24:14 +0000 |
commit | 28c7b666c19e8cba198782c3ef90413db2d556ef (patch) | |
tree | 7360823908228495b7f8df4da9b99ac9f0a5c73b /src/static | |
parent | 16d8068d7d79a4e35e251153918cbf84b6b1a15e (diff) | |
download | etherpad-lite-28c7b666c19e8cba198782c3ef90413db2d556ef.zip |
correct file links
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/timeslider.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index 09db6dc8..f4329a5e 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -90,7 +90,7 @@ line-height:44px; padding-left:2px; font-family: fontawesome-etherpad; - content: "\e810"; + content: "\e82c"; font-size:24px; color:#666; } @@ -105,7 +105,7 @@ line-height:44px; padding-left:2px; font-family: fontawesome-etherpad; - content: "\e813" !important; + content: "\e82e" !important; font-size:24px; color:#666; padding-left:0 !important; @@ -139,11 +139,11 @@ stepper:active{ width: 25px; } #leftstep:before{ - content: '\e811'; + content: '\e821'; vertical-align:middle; } #rightstep:before{ - content: "\e812"; + content: "\e822"; vertical-align:middle; } |