Give pages unique H1s

This commit is contained in:
Rowan Manning
2013-10-03 14:49:36 +01:00
parent 872cabc0e0
commit 84d36d383b
6 changed files with 19 additions and 8 deletions

View File

@@ -97,6 +97,13 @@
color:lighten(@brand-danger, 8%);
}
/* Type */
.h1, .h2, .h3 {
margin-top: @line-height-computed;
margin-bottom: (@line-height-computed / 2);
}
/* Task stats boxes */
.task-stats {
margin-bottom:10px;