mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
timeslider.html: import pad.css so the pad will look the same
Preparatory work for introducing colibris skin
This commit is contained in:
parent
23eb1701ed
commit
5c683da435
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
<% e.begin_block("timesliderStyles"); %>
|
||||
<link rel="stylesheet" href="../../static/css/pad.css">
|
||||
<link rel="stylesheet" href="../../static/css/timeslider.css">
|
||||
<link rel="stylesheet" href="../../static/skins/<%=encodeURI(settings.skinName)%>/pad.css">
|
||||
<link rel="stylesheet" href="../../static/skins/<%=encodeURI(settings.skinName)%>/timeslider.css">
|
||||
<style type="text/css" title="dynamicsyntax"></style>
|
||||
<% e.end_block(); %>
|
||||
|
|
Loading…
Reference in a new issue