home · contact · privacy
Improve placement of Todos and Conditions in Day view.
[plomtask] / templates / base.html
index e030a021f4a61925f9eb7ec25c549aec0c20fd09..3408d676929c74b5dd4829fee3b0dd2710de7406 100644 (file)
@@ -1,8 +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 %}