summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-14 21:11:14 +0100
committertomsmeding <tom.smeding@gmail.com>2017-03-14 21:11:14 +0100
commit9e4e870e208b197e599d012add4b3d9082c8c16b (patch)
treec4d43ea37db8560250575dcd8c9e52d6554ff1c6 /modules
parent724a120f06570841c2c2faaf710d329551e397b3 (diff)
todo: Slightly more readable font size
Diffstat (limited to 'modules')
-rw-r--r--modules/todo/todo.html6
1 files changed, 3 insertions, 3 deletions
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;