Merge pull request #2 from TheHowl/padding-on-links-section

fix horrible link section without padding in about page
This commit is contained in:
Georg G. 2015-04-19 00:26:41 +02:00
commit a9a12fa7d9
2 changed files with 5 additions and 1 deletions

View File

@ -121,3 +121,7 @@ body {
top:64px; top:64px;
right:10px right:10px
} }
.links {
padding-bottom: 10px;
}

View File

@ -1,4 +1,4 @@
.centre.text-muted .centre.text-muted.links
© ©
= Date.today.year = Date.today.year
= APP_CONFIG['site_name'] = APP_CONFIG['site_name']