home · contact · privacy
Improve placement of Todos and Conditions in Day view.
[plomtask] / templates / base.html
index 0068d1160a1c57b36a788763444e08a597b560e3..3408d676929c74b5dd4829fee3b0dd2710de7406 100644 (file)
@@ -1,7 +1,18 @@
 <!DOCTYPE html>
 <html>
 <meta charset="UTF-8">
+<style>
+body {
+  font-family: monospace;
+}
+ul {
+  list-style-type: none;
+}
+</style>
 <body>
+<a href="processes">processes</a>
+<a href="conditions">conditions</a>
+<a href="day">today</a>
 <a href="calendar">calendar</a>
 <hr>
 {% block content %}