From 39040fdcebe8726d8c88e151d5ddaa65bd40cdde Mon Sep 17 00:00:00 2001 From: swashata Date: Sat, 19 Oct 2013 01:43:08 +0530 Subject: [PATCH] Commit for version 1.5.1 Fixed header title issue (non image based) --- README.md | 6 +++++- readme.txt | 2 +- style.css | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f35329..537b378 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Finally a free and open source knowledge base theme made specifically for WordPr Uses twitter bootstrap for rendering UI components and some other open source elements for rendering niceness. -Released version 1.4.0. Download the release and upload it as a WordPress Theme. +Released version 1.5.1. Download the release and upload it as a WordPress Theme. ## Acknowledgement Before we dive into the cool features of this theme, let's take a minute here to acknowledge @@ -130,6 +130,10 @@ Copyright: Google Fonts, http://www.google.com/fonts/attribution ## Changelog +### Version 1.5.1 + +* Fixed site-title issue when not using image as header + ### Version 1.5.0 * Updated to latest IcoMoon fonts which is now under GPL (thanks to @Keyamoon) diff --git a/readme.txt b/readme.txt index 0f32f46..1fb565d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: swashata, iPanelThemes Tags: two-columns, flexible-width, custom-header, custom-menu, featured-images, gray, light Requires at least: 3.5 Tested up to: 3.7 -Stable tag: 1.5.0 +Stable tag: 1.5.1 A responsive bootstrap based theme for maintaining multi product knowledge base on your WordPress site. diff --git a/style.css b/style.css index e97f73d..0ddab09 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://ipanelthemes.com/kb/wp-knowledge-base-theme/ Author: swashata Author URI: http://www.swashata.com/ Description: A responsive bootstrap based theme for maintaining multi product knowledge base on your WordPress site. Easily create knowledge bases with just posts and categories. You can also have images, support forum links and/or icons assigned to knowledge bases. The theme also has a comprehensive documentation which can be found at the ThemeURI ( http://ipanelthemes.com/kb/wp-knowledge-base-theme/ ). Requires atleast WordPress 3.5 due to jQuery dependency of bootstrap 3.0. -Version: 1.5.0 +Version: 1.5.1 License: GNU General Public License License URI: license.txt Text Domain: ipt_kb @@ -411,8 +411,8 @@ textarea { ----------------------------------------------- */ .site-title { font-size: 18px; - margin: 0; - line-height: 52px; + margin: 15px 0 0; + clear: none; } .site-title a { color: #777;