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 @@
}
}
}
}
}

View File

@@ -86,7 +86,7 @@
border-bottom-right-radius:3px;
margin-bottom:0;
}
}
}
.options-button {
position:absolute;
top:5px;
@@ -346,7 +346,7 @@ ul.date-links {
}
.series-checkboxes {
margin-top:15px;
li {
width:32%;
margin-right:2%;
@@ -413,8 +413,3 @@ ul.date-links {
}
}
}
/* Sidebar */
.action-buttons {
margin-bottom:30px;
}