summaryrefslogtreecommitdiff
path: root/src/static/css/iframe_editor.css
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@milk.com>2016-09-09 12:59:02 -0700
committerDan Bornstein <danfuzz@milk.com>2016-09-09 12:59:02 -0700
commit0a9d02562d7e14ecc9f9f1d929a65cc64924857a (patch)
treec8618f056dcf851b82d0ec78e1f2efeffb87d9a7 /src/static/css/iframe_editor.css
parentd7940cf8c50acbd7cddef1fb1b9b6400a2a69caa (diff)
downloadetherpad-lite-0a9d02562d7e14ecc9f9f1d929a65cc64924857a.zip
Handle relative paths properly, when `@import`ing.
Diffstat (limited to 'src/static/css/iframe_editor.css')
-rw-r--r--src/static/css/iframe_editor.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css
index 5eb94cf7..9aa003aa 100644
--- a/src/static/css/iframe_editor.css
+++ b/src/static/css/iframe_editor.css
@@ -2,7 +2,7 @@
Also see inner.css, included only in the inner one.
*/
-@import url('css/lists_and_indents.css');
+@import url('./lists_and_indents.css');
html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */
span { cursor: auto; }