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

Commit 3babf99

Browse files
committed
bugfix for header background on default settings
1 parent 784269e commit 3babf99

5 files changed

+13
-8
lines changed

CHANGELOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Theme Piratenkleider
33
Changelog
44
(since version 3.2; Former changes look at github.com/Piratenkleider/)
55

6+
Version 3.2.9:
7+
* Bugfix on default background color CSS
8+
69
Version 3.2.8:
710
* New optional color combination: white/transparent
811
* Enhancement: CSS for start page and action page improved

css/piratenkleider.css

+7-5
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,9 @@ ul.wp-tag-cloud li {
738738
*/
739739

740740
.header {
741-
position: relative;
742-
height: 225px;
743-
background: none repeat scroll 0 0 transparent;
741+
position: relative;
742+
height: 225px;
743+
background: none repeat scroll 0 0 #eee;
744744
}
745745
.header.actionpage {
746746
padding: 0;
@@ -1813,10 +1813,12 @@ img.wp-smiley {
18131813

18141814
.content-primary h1,
18151815
.content-primary h2,
1816-
.content-primary h3,
1817-
.content-primary hgroup {
1816+
.content-primary h3 {
18181817
margin: 1em 0 0.5em 0;
18191818
}
1819+
.content-primary hgroup {
1820+
margin: 0 0 0.5em 0;
1821+
}
18201822
.content-primary hgroup h1,
18211823
.content-primary hgroup h2,
18221824
.content-primary hgroup h3 {

css/piratenkleider.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Piratenkleider
22
- Wordpress-Theme for websites of the Pirate Party
33
====================================================
44

5-
Version 3.2.8 by Wolfgang Wiese (xwolf), 6.06.2014
5+
Version 3.2.9 by Wolfgang Wiese (xwolf), 8.06.2014
66

77

88

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Theme for websites of the Pirate Party; It contains several sub-des
55
Author: xwolf
66
Author URI: http://www.xwolf.de
77
Author E-Mail: [email protected]
8-
Version: 3.2.8
8+
Version: 3.2.9
99
Tags: two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options
1010
Piratenkleider is distributed under the terms of the GNU GPL
1111
License: GNU General Public License v2.0

0 commit comments

Comments
 (0)