diff --git a/public/custom-style.css b/public/custom-style.css new file mode 100644 index 0000000..6a3ce6f --- /dev/null +++ b/public/custom-style.css @@ -0,0 +1,4 @@ +.repository { + /* Since we have no footer bar, reduce padding */ + padding-bottom: 15px; +} diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 7423021..74eeec7 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -81,6 +81,7 @@ +