Mercurial > code > home > repos > streamed-graph
changeset 44:bcccfcb037ab
use global path for css
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jan 2020 00:23:06 -0800 |
parents | 2a48e13bafea |
children | 3e414d575d96 |
files | src/index.ts |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/index.ts Wed Jan 01 19:41:04 2020 -0800 +++ b/src/index.ts Thu Jan 02 00:23:06 2020 -0800 @@ -36,7 +36,7 @@ static get template() { return html` - <link rel="stylesheet" href="../src/streamed-graph.css" /> + <link rel="stylesheet" href="/rdf/streamed-graph.css" /> <div id="ui"> <span class="expander" ><button on-click="toggleExpand">{{expandAction}}</button></span