diff --git a/css/style.css b/css/style.css index 5c5ccdc..0805c44 100644 --- a/css/style.css +++ b/css/style.css @@ -45,6 +45,12 @@ body { padding-left: 8px; } +.page-header .title .crumb{ + font-size: 1.5em; + vertical-align: center; + padding: 2px; +} + /* Search Form Styling */ .page-header .search { justify-self: right; diff --git a/tpl/gallery.html b/tpl/gallery.html index 5b52e42..6bb69a2 100644 --- a/tpl/gallery.html +++ b/tpl/gallery.html @@ -9,7 +9,7 @@ {{ $galleryname }} {% if (!empty($crumbs)): %} {% foreach($crumbs as $name => $path): %} - / {{ $name }} + / {{ $name }} {% endforeach %} {% endif %}