Enable responsive Bootstrap CSS
This commit is contained in:
parent
42b771ba16
commit
b19a0dfee3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue