From b7c2a9016d6279d41a4933a2b990613eb0db1236 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 26 Jul 2017 20:56:22 +0200 Subject: [PATCH] Fixed #450 --- bl-kernel/admin/views/edit-page.php | 2 +- bl-kernel/admin/views/new-page.php | 2 +- bl-themes/log/metadata.json | 4 ++-- bl-themes/micro/css/bludit.css | 4 ++++ bl-themes/micro/css/style.css | 2 +- bl-themes/micro/php/head.php | 3 +-- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/bl-kernel/admin/views/edit-page.php b/bl-kernel/admin/views/edit-page.php index 7e29e144..ee37c311 100644 --- a/bl-kernel/admin/views/edit-page.php +++ b/bl-kernel/admin/views/edit-page.php @@ -47,7 +47,7 @@ echo '
'; if(count($page->children())===0) { echo ' '; - echo ' '.$L->g('Cancel').''; + echo ' '.$L->g('Cancel').''; } echo '
'; diff --git a/bl-kernel/admin/views/new-page.php b/bl-kernel/admin/views/new-page.php index 7cdae762..f8aa2654 100644 --- a/bl-kernel/admin/views/new-page.php +++ b/bl-kernel/admin/views/new-page.php @@ -35,7 +35,7 @@ echo '
'; echo '
- '.$L->g('Cancel').' + '.$L->g('Cancel').'
'; echo '
'; diff --git a/bl-themes/log/metadata.json b/bl-themes/log/metadata.json index 1ff7ddd1..7e6c1035 100644 --- a/bl-themes/log/metadata.json +++ b/bl-themes/log/metadata.json @@ -1,10 +1,10 @@ { - "author": "n33co", + "author": "HTML5Up", "email": "", "website": "http://html5up.net", "version": "1.4", "releaseDate": "2016-05-20", "license": "CCA 3.0", - "compatible": "1.5.2", + "compatible": "2.0", "notes": "" } diff --git a/bl-themes/micro/css/bludit.css b/bl-themes/micro/css/bludit.css index 4848e592..cf610860 100755 --- a/bl-themes/micro/css/bludit.css +++ b/bl-themes/micro/css/bludit.css @@ -1,5 +1,9 @@ @charset "UTF-8"; +* { + font-family: 'Open Sans', sans-serif; +} + img { max-width: 100%; margin-bottom: 10px; diff --git a/bl-themes/micro/css/style.css b/bl-themes/micro/css/style.css index ed43ffd7..d10ca9f9 100755 --- a/bl-themes/micro/css/style.css +++ b/bl-themes/micro/css/style.css @@ -7321,7 +7321,7 @@ button.close { } /* Template Style =========== */ body { - font-family: "Roboto", arial, sans-serif; + font-family: arial, sans-serif; font-weight: 300; font-size: 15px; line-height: 26px; diff --git a/bl-themes/micro/php/head.php b/bl-themes/micro/php/head.php index 2738d314..7f70acf2 100644 --- a/bl-themes/micro/php/head.php +++ b/bl-themes/micro/php/head.php @@ -3,8 +3,7 @@ echo Theme::viewport('width=device-width, initial-scale=1'); echo ''; - echo ''; - echo ''; + echo ''; echo Theme::headTitle(); echo Theme::headDescription();