From ca9e889e84481ade70e1920cfc6f4c675889c0d2 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 19 Jun 2015 22:25:14 +0200 Subject: [PATCH] Update the Bootstrap file links in the main layout --- stoptime.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stoptime.rb b/stoptime.rb index c38b0be..c0b0f3a 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -1764,17 +1764,18 @@ module StopTime::Views title "Stop… Camping Time!" meta :name => "viewport", :content => "width=device-width, initial-scale=1.0" - # Bootstrap CSS + # Bootstrap core CSS link :rel => "stylesheet", :type => "text/css", :media => "screen", :href => (R(Static, "") + "stylesheets/bootstrap.min.css") + # Bootstrap theme CSS + link :rel => "stylesheet", :type => "text/css", + :media => "screen", + :href => (R(Static, "") + "stylesheets/bootstrap-theme.min.css") # FIXME: improve static serving so that the hack below is not needed. link :rel => "stylesheet", :type => "text/css", :media => "screen", :href => (R(Static, "") + "stylesheets/style.css") - # Responsive bootstrap CSS - link :rel => "stylesheet", :type => "text/css", - :href => (R(Static, "") + "stylesheets/bootstrap-responsive.min.css") end body do _menu