Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
bugfix for header background on default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xwolfde committed Jun 8, 2014
1 parent 784269e commit 3babf99
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Theme Piratenkleider
Changelog
(since version 3.2; Former changes look at github.com/Piratenkleider/)

Version 3.2.9:
* Bugfix on default background color CSS

Version 3.2.8:
* New optional color combination: white/transparent
* Enhancement: CSS for start page and action page improved
Expand Down
12 changes: 7 additions & 5 deletions css/piratenkleider.css
Original file line number Diff line number Diff line change
Expand Up @@ -738,9 +738,9 @@ ul.wp-tag-cloud li {
*/

.header {
position: relative;
height: 225px;
background: none repeat scroll 0 0 transparent;
position: relative;
height: 225px;
background: none repeat scroll 0 0 #eee;
}
.header.actionpage {
padding: 0;
Expand Down Expand Up @@ -1813,10 +1813,12 @@ img.wp-smiley {

.content-primary h1,
.content-primary h2,
.content-primary h3,
.content-primary hgroup {
.content-primary h3 {
margin: 1em 0 0.5em 0;
}
.content-primary hgroup {
margin: 0 0 0.5em 0;
}
.content-primary hgroup h1,
.content-primary hgroup h2,
.content-primary hgroup h3 {
Expand Down
2 changes: 1 addition & 1 deletion css/piratenkleider.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Piratenkleider
- Wordpress-Theme for websites of the Pirate Party
====================================================

Version 3.2.8 by Wolfgang Wiese (xwolf), 6.06.2014
Version 3.2.9 by Wolfgang Wiese (xwolf), 8.06.2014



Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Theme for websites of the Pirate Party; It contains several sub-des
Author: xwolf
Author URI: http://www.xwolf.de
Author E-Mail: [email protected]
Version: 3.2.8
Version: 3.2.9
Tags: two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options
Piratenkleider is distributed under the terms of the GNU GPL
License: GNU General Public License v2.0
Expand Down

0 comments on commit 3babf99

Please sign in to comment.