Components can now be added via a sub-page

This commit is contained in:
James Brooks
2014-12-20 16:30:30 +00:00
parent 82b92077cf
commit 724016833b
10 changed files with 66 additions and 29 deletions

View File

@@ -55,6 +55,12 @@ body.dashboard {
text-decoration: none;
}
}
&.sub-nav-item {
a {
padding-left: 40px;
}
}
}
}
}