diff --git a/stargaterando.rb b/stargaterando.rb index 16b3644..eb1e984 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -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 }