Skip to content

Commit

Permalink
Commit for version 1.5.1
Browse files Browse the repository at this point in the history
Fixed header title issue (non image based)
  • Loading branch information
swashata committed Oct 18, 2013
1 parent 0d37c16 commit 39040fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 39040fd

Please sign in to comment.