{% extends "styled.html" %} {% block style %} {{super()}} body { max-width: 1440px; } td.title { word-break: break-all; } td.time { color: #555; text-align: right; white-space: nowrap; } table { margin-bottom: 30px; } .date { color: #555; font-size: 12pt; padding-bottom: 15px; font-weight: bold; text-align: left; } #load { color: #555; font-weight: bold; text-decoration: none; } #eof { color: #aaa; margin-bottom: 30px; text-align: center; width: 100%; } .session-separator { color: #aaa; height: 40px; text-align: center; } {% endblock %} {% block content %}

Browsing history

{% endblock %}