From 0ec6f476423a40c514769301f58d75aba04eaa05 Mon Sep 17 00:00:00 2001 From: Anton Dyudin Date: Thu, 25 Aug 2016 14:54:48 -0700 Subject: [PATCH] Absolute path for login CSS --- arvo/eyre.hoon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arvo/eyre.hoon b/arvo/eyre.hoon index 4792abe80d..26f4123ecb 100644 --- a/arvo/eyre.hoon +++ b/arvo/eyre.hoon @@ -553,8 +553,8 @@ ;title:"{(trip a)}" ;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/". "libs/jquery/2.1.1/jquery.min.js"); - ;link(rel "stylesheet", href "/lib/css/fonts.css"); - ;link(rel "stylesheet", href "/lib/css/bootstrap.css"); + ;link(rel "stylesheet", href "/=home=/web/lib/css/fonts.css"); + ;link(rel "stylesheet", href "/=home=/web/lib/css/bootstrap.css"); == ;body:"*{b}" ==