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

Commit 9ff42a7

Browse files
committed
improvements on breakpoints and margins
1 parent eeb5d87 commit 9ff42a7

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Version 3.2.7:
77
* Bugfix: Translation of german district associations (Bug #152)
88
* Feature: set header background position to top, like standard themes; Will
99
now match to body background.
10-
10+
* Feature: Improved CSS and HTML orientation in header to make them relative
11+
positioned; Changed color files and scapegoat to match this.
12+
* Removed Flaschenpost Design and moved it into color file.
1113

1214
Version 3.2.6:
1315
* Bugfix: Allow special chars in wiki username (Bug #148)

css/basemod_mediaqueries.css

+6-9
Original file line numberDiff line numberDiff line change
@@ -641,16 +641,15 @@
641641
float: left;
642642
width: 1024px;
643643
}
644-
.home .content-primary .skin,
645-
.blog .content-primary .skin {
646-
padding: 0;
647-
margin: 0;
644+
645+
.sticky {
646+
margin: 1em;
648647
}
649648
#main-stream {
650649
float: left;
651650
width: 67%;
652-
margin: 0;
653-
padding: 10px 10px 10px 20px;
651+
margin: 0;
652+
padding: 10px 10px 10px 20px;
654653
}
655654
#linktipp-stream, #second-stream {
656655
display: inline-block;
@@ -674,7 +673,6 @@
674673
#second-stream .columns {
675674
display: inline;
676675
}
677-
678676

679677
#linktipp-stream .clear,
680678
#second-stream .clear,
@@ -694,8 +692,7 @@
694692
#second-stream .withthumb .p3-col3 {
695693
margin: 0;
696694
}
697-
#linktipp-stream .columns .column1 .post,
698-
#second-stream .columns .column1 .post { padding-right: 0;}
695+
699696

700697
.linktipps .post-entry p img {
701698
float: none;

css/piratenkleider.css

+2
Original file line numberDiff line numberDiff line change
@@ -2473,6 +2473,8 @@ img.wp-smiley {
24732473
#main-stream h2 {
24742474
font-size: 1.1em;
24752475
color: #24639b;
2476+
margin-bottom: 0;
2477+
margin-top: 0;
24762478
}
24772479

24782480
#linktipp-stream section h2,

inc/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
$default_alternativestyles = array(
484484
'style.css' => __( 'Default Style', 'piratenkleider' ),
485485
'sample.css' => __( 'Empty CSS', 'piratenkleider' ),
486-
'scapegoat.css' => __( 'Scapegoat-Adaption (1.2)', 'piratenkleider' ),
486+
'scapegoat.css' => __( 'Scapegoat-Adaption (1.3)', 'piratenkleider' ),
487487
);
488488

489489
/*

0 commit comments

Comments
 (0)