Commit e553bf36 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix main problems with print page styling.

The stylesheet assumes .x-panel-body div which wasn't present in print
page.
parent 57c1e006
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@
    <div id="header-content">{header}</div>
  </div>
  <div id="center-container" class="class-overview" style="padding: 20px">
    <div class="x-panel-body">
    {body}
    </div>
  </div>
</body>
</html>