home · contact · privacy
Mostly superficial template design improvements.
[plomtask] / templates / _base.html
index 0070630605f3db45602f70d524196344bb69c7a4..0e384651d0f392a46ad97046849cf3f3f7955d07 100644 (file)
@@ -19,16 +19,18 @@ div.btn-to-right {
 }
 td, th, tr, table {
   vertical-align: top;
+  margin-top: 1em;
   padding: 0;
 }
 {% block css %}
 {% endblock %}
 </style>
 <body>
-<a href="processes">processes</a>
-<a href="conditions">conditions</a>
 <a href="day">today</a>
 <a href="calendar">calendar</a>
+<a href="conditions">conditions</a>
+<a href="processes">processes</a>
+<a href="todos">todos</a>
 <hr>
 {% block content %}
 {% endblock %}