mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Handle relative paths properly, when @import
ing.
This commit is contained in:
parent
d7940cf8c5
commit
0a9d02562d
3 changed files with 4 additions and 3 deletions
|
@ -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; }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url('css/lists_and_indents.css');
|
||||
@import url('./lists_and_indents.css');
|
||||
|
||||
p.pblort {
|
||||
height: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue