File: layout.html

package info (click to toggle)
highway 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,668 kB
  • sloc: cpp: 123,947; sh: 182; python: 152; makefile: 87; javascript: 31
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
{% extends "!layout.html" %}
  {% block footer %} {{ super() }}

  <style>
         .wy-nav-content { max-width: none; }
  </style>

{% endblock %}