Commit ddcd5ab3 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Fixed support for mobile-device layouts (added meta-tag).

parent b50c9d22
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2,13 +2,14 @@
html
html
  head
  head
    title Server Status Panel
    title Server Status Panel
    link(rel='stylesheet', href='/css/bootstrap.min.css')
    link(rel='stylesheet', href='/css/bootstrap.css')
    link(rel='stylesheet', href='/css/bootstrap-responsive.css')
    link(rel='stylesheet', href='/css/bootstrap-responsive.css')
    link(rel='stylesheet', href='/css/custom.css')
    link(rel='stylesheet', href='/css/custom.css')
    link(href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600', rel='stylesheet', type='text/css')
    link(href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600', rel='stylesheet', type='text/css')
    link(href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400', rel='stylesheet', type='text/css')
    link(href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400', rel='stylesheet', type='text/css')
    script(type="text/javascript", src="https://www.google.com/jsapi")
    script(type="text/javascript", src="https://www.google.com/jsapi")
    script(type="text/javascript", src="/js/jquery-1.9.1.min.js")
    script(type="text/javascript", src="/js/jquery-1.9.1.min.js")
    meta(name="viewport", content="width=device-width, initial-scale=1.0")
  body
  body
    #wrap
    #wrap
      .navbar.navbar-fixed-top
      .navbar.navbar-fixed-top
+238 −119

File changed.

Preview size limit exceeded, changes collapsed.