diff --git a/bl-plugins/archive/plugin.php b/bl-plugins/archive/plugin.php index 62d20992..295da058 100644 --- a/bl-plugins/archive/plugin.php +++ b/bl-plugins/archive/plugin.php @@ -41,12 +41,12 @@ class pluginArchives extends Plugin $filter = $url->filters('archive'); - $html = '
'; - $html .= '

' . $this->getValue('label') . '

'; + $html = '
'; + $html .= ''; return $html; } diff --git a/bl-plugins/categories/plugin.php b/bl-plugins/categories/plugin.php index a768dd4b..0c12fe29 100644 --- a/bl-plugins/categories/plugin.php +++ b/bl-plugins/categories/plugin.php @@ -41,12 +41,12 @@ class pluginCategories extends Plugin global $categories; // HTML for sidebar - $html = '
'; + $html = '
'; + $html .= ''; return $html; } diff --git a/bl-plugins/last-articles/plugin.php b/bl-plugins/last-articles/plugin.php index bda3e2ea..643fd8ec 100644 --- a/bl-plugins/last-articles/plugin.php +++ b/bl-plugins/last-articles/plugin.php @@ -41,7 +41,7 @@ class pluginLastArticles extends Plugin global $pages; // HTML for sidebar - $html = '
'; + $html = '
'; + $html .= ''; return $html; } diff --git a/bl-plugins/navigation/plugin.php b/bl-plugins/navigation/plugin.php index 883c194a..62900c25 100644 --- a/bl-plugins/navigation/plugin.php +++ b/bl-plugins/navigation/plugin.php @@ -44,7 +44,7 @@ class pluginNavigation extends Plugin global $pages; // HTML for sidebar - $html = '
'; + $html = '
'; - $html .= ''; + $html .= ''; return $html; } diff --git a/bl-plugins/static-pages/plugin.php b/bl-plugins/static-pages/plugin.php index 59e3c919..e7a751d3 100644 --- a/bl-plugins/static-pages/plugin.php +++ b/bl-plugins/static-pages/plugin.php @@ -44,7 +44,7 @@ class pluginStaticPages extends Plugin global $pages; // HTML for sidebar - $html = '
'; + $html = '
'; + $html .= ''; return $html; } diff --git a/bl-plugins/tags/plugin.php b/bl-plugins/tags/plugin.php index b88a741a..9ceaeda8 100644 --- a/bl-plugins/tags/plugin.php +++ b/bl-plugins/tags/plugin.php @@ -31,12 +31,12 @@ class pluginTags extends Plugin $filter = $url->filters('tag'); - $html = '
'; + $html = '
'; + $html .= ''; return $html; } diff --git a/bl-themes/defaultTheme/css/style.css b/bl-themes/defaultTheme/css/style.css index deafdfa7..77c1fd90 100755 --- a/bl-themes/defaultTheme/css/style.css +++ b/bl-themes/defaultTheme/css/style.css @@ -136,28 +136,28 @@ aside { } } -nav ul { +header#main-header nav ul { display: flex; flex-wrap: wrap; padding: .5rem 0; } -nav ul li { +header#main-header nav ul li { list-style-type: none; margin: 0 } -nav ul li a, -nav ul li span { +header#main-header nav ul li a, +header#main-header nav ul li span { padding: .5rem } -nav ul li.separator { +header#main-header nav ul li.separator { margin-right: auto } -nav ul li.separator-left { +header#main-header nav ul li.separator-left { margin-left: auto } diff --git a/bl-themes/defaultTheme/php/header.php b/bl-themes/defaultTheme/php/header.php index 69eca0e5..4b4e73ba 100644 --- a/bl-themes/defaultTheme/php/header.php +++ b/bl-themes/defaultTheme/php/header.php @@ -1,5 +1,5 @@
- +
@@ -9,5 +9,5 @@

description() ?>

- +
\ No newline at end of file