This repository was archived by the owner on Nov 19, 2023. It is now read-only.
File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ Version 3.2.7:
7
7
* Bugfix: Translation of german district associations (Bug #152)
8
8
* Feature: set header background position to top, like standard themes; Will
9
9
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.
11
13
12
14
Version 3.2.6:
13
15
* Bugfix: Allow special chars in wiki username (Bug #148)
Original file line number Diff line number Diff line change 641
641
float : left;
642
642
width : 1024px ;
643
643
}
644
- .home .content-primary .skin ,
645
- .blog .content-primary .skin {
646
- padding : 0 ;
647
- margin : 0 ;
644
+
645
+ .sticky {
646
+ margin : 1em ;
648
647
}
649
648
# main-stream {
650
649
float : left;
651
650
width : 67% ;
652
- margin : 0 ;
653
- padding : 10px 10px 10px 20px ;
651
+ margin : 0 ;
652
+ padding : 10px 10px 10px 20px ;
654
653
}
655
654
# linktipp-stream , # second-stream {
656
655
display : inline-block;
674
673
# second-stream .columns {
675
674
display : inline;
676
675
}
677
-
678
676
679
677
# linktipp-stream .clear ,
680
678
# second-stream .clear ,
694
692
# second-stream .withthumb .p3-col3 {
695
693
margin : 0 ;
696
694
}
697
- # linktipp-stream .columns .column1 .post ,
698
- # second-stream .columns .column1 .post { padding-right : 0 ;}
695
+
699
696
700
697
.linktipps .post-entry p img {
701
698
float : none;
Original file line number Diff line number Diff line change @@ -2473,6 +2473,8 @@ img.wp-smiley {
2473
2473
# main-stream h2 {
2474
2474
font-size : 1.1em ;
2475
2475
color : # 24639b ;
2476
+ margin-bottom : 0 ;
2477
+ margin-top : 0 ;
2476
2478
}
2477
2479
2478
2480
# linktipp-stream section h2 ,
Original file line number Diff line number Diff line change 483
483
$ default_alternativestyles = array (
484
484
'style.css ' => __ ( 'Default Style ' , 'piratenkleider ' ),
485
485
'sample.css ' => __ ( 'Empty CSS ' , 'piratenkleider ' ),
486
- 'scapegoat.css ' => __ ( 'Scapegoat-Adaption (1.2 ) ' , 'piratenkleider ' ),
486
+ 'scapegoat.css ' => __ ( 'Scapegoat-Adaption (1.3 ) ' , 'piratenkleider ' ),
487
487
);
488
488
489
489
/*
You can’t perform that action at this time.
0 commit comments