From 47136fb138cb6330a1ff00c57c963057d75db3ee Mon Sep 17 00:00:00 2001 From: Willi Junga Date: Wed, 23 Dec 2020 12:50:27 +0100 Subject: [PATCH] branches --- README.md | 11 ++++++++++- functions.php | 13 +++++++++---- lib/css/style_isabell-hiekel.css | 3 +++ style.css | 3 +-- 4 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 lib/css/style_isabell-hiekel.css diff --git a/README.md b/README.md index 386e15a..305b09c 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,22 @@ Instructions: 1. Select branch from: https://git.verdigado.com/NB-Public/jkb-childtheme/branches/ 2. Download branch as ZIP -3. Unzip rename contained folder to `jkb-childtheme-DOMAIN` without `.TDL` +3. Unzip rename contained folder to `jkb-childtheme-isabell-hiekel` without `.TDL` 4. zip that renamed folder again 5. Upload theme to wordpress. ## Version Changes +### V0.2 + +_We, 23.12.2020 12:41_ + +* changed function.php to incluse costume style.css +* added style.css to inlcude new class homelogo + + + ### V0.1 _Fr, 18.12.2020 08:41_ diff --git a/functions.php b/functions.php index 8cd428d..d4f137b 100644 --- a/functions.php +++ b/functions.php @@ -1,6 +1,11 @@ diff --git a/lib/css/style_isabell-hiekel.css b/lib/css/style_isabell-hiekel.css new file mode 100644 index 0000000..92cf421 --- /dev/null +++ b/lib/css/style_isabell-hiekel.css @@ -0,0 +1,3 @@ +@charset "UTF-8"; +/*Home*/ + .nav-main .homelogo {float: left;padding-left: 3.2em;background: url(../images/logo_small.png) 0 0.5em no-repeat transparent;background-size: auto 72%;} diff --git a/style.css b/style.css index af946ad..8ce39b9 100644 --- a/style.css +++ b/style.css @@ -5,10 +5,9 @@ Description: Child Theme fuer Aufwändiges Wordpress-Theme für den EInsatz von Author: Willi Junga Author URI: https://verdigado.com Template: Joseph-knows-best-master -Version: 0.1 +Version: 0.2 Text Domain: jkb-child Tags: child, childtheme, child-theme, two-columns, green, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, custom-menu, theme-options, featured-images, storytelling License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html - */