From 9e4e870e208b197e599d012add4b3d9082c8c16b Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 14 Mar 2017 21:11:14 +0100 Subject: todo: Slightly more readable font size --- modules/todo/todo.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/todo/todo.html') diff --git a/modules/todo/todo.html b/modules/todo/todo.html index 22cce9b..ebee9a1 100644 --- a/modules/todo/todo.html +++ b/modules/todo/todo.html @@ -263,7 +263,7 @@ body{ .task{ border:1px #ddd solid; border-bottom-width:0px; - padding:10px; + padding:9px; background-color:#f8f8f8; width:500px; } @@ -271,7 +271,7 @@ body{ border-bottom-width:1px; } .tasksubject{ - font-size:18px; + font-size:20px; font-weight:bold; margin-left:10px; } @@ -286,7 +286,7 @@ body{ } .subdate{ color:#ccc; - font-size:8px; + font-size:9px; } .taskbuttons{ margin-top:-5px; -- cgit v1.2.3-54-g00ecf