summaryrefslogtreecommitdiff
path: root/modules/todo/todo.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/todo/todo.html')
-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;