Add text to task-stats boxes

This commit is contained in:
perryharlock
2013-09-26 15:42:15 +01:00
parent b026f8d192
commit faf5d72974
5 changed files with 26 additions and 20 deletions

View File

@@ -84,11 +84,6 @@
.graph {
margin-bottom:3rem;
}
.task-stats li a {
padding:11px 0;
font-size:ceil(@font-size-base * 1.25); // ~18px
line-height:1.1;
}
.delete-button {
font-size:floor(@font-size-base * 1.35); // ~20px;
top:10px;
@@ -134,9 +129,4 @@
}
}
}
.task-stats li a {
padding:11px 0;
font-size:floor(@font-size-base * 1.1); // ~16px;
line-height:1.3;
}
}