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