Add some whitespace around buttons in template-details.

This commit is contained in:
Shane Kilkelly 2015-08-18 14:45:44 +01:00
parent 96619bde8c
commit 865372d13f

View file

@ -49,6 +49,9 @@
.template-details-section { .template-details-section {
padding-bottom: 20px; padding-bottom: 20px;
a.btn {
margin-left: 6px;
}
} }
.searchResult { .searchResult {