Enable responsive Bootstrap CSS

This commit is contained in:
Paul van Tilburg 2013-06-20 21:15:06 +02:00
parent 42b771ba16
commit b19a0dfee3
1 changed files with 3 additions and 0 deletions

View File

@ -1426,6 +1426,9 @@ module StopTime::Views
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