Add HTML Codesniffer links

This commit is contained in:
perryharlock
2013-12-12 14:17:54 +00:00
parent 1ad95627ee
commit d3148d4194
5 changed files with 34 additions and 20 deletions

View File

@@ -36,11 +36,13 @@
.other-tasks {
.sr-only();
}
.action-buttons,
.task-stats,
.btn-full-width {
margin-bottom:0;
}
.action-buttons {
margin-bottom:20px;
}
.aside {
margin-bottom:15px;
}
@@ -54,7 +56,7 @@
float:none;
li {
width:33%;
width:25%;
}
}
}
@@ -75,6 +77,7 @@
}
.action-buttons {
margin-top:10px;
margin-bottom:0;
.btn-full-width {
margin-bottom:10px;
@@ -126,6 +129,11 @@
margin-bottom:20px;
}
}
.footer .nav {
li {
width:50%;
}
}
}
@media (max-width:479px) {
.graph {
@@ -170,4 +178,4 @@
}
}
}
}
}