Don't use / so it can be mounted at a path

This commit is contained in:
Darren VanBuren 2014-09-30 03:15:52 -07:00
parent 9798e1df13
commit cf0badeb7c

View file

@ -47,7 +47,7 @@ module StargateRando::Views
head do
title { "Stargate Episode Randomizer" }
link :rel => "stylesheet", :href => "http://fonts.googleapis.com/css?family=Ubuntu:400,700", :type => "text/css"
link :rel => "stylesheet", :href => "/main.css", :type => "text/css"
link :rel => "stylesheet", :href => "main.css", :type => "text/css"
end
body { self << yield }