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

Commit

Permalink
improvements on breakpoints and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
xwolfde committed Jun 4, 2014
1 parent eeb5d87 commit 9ff42a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Version 3.2.7:
* Bugfix: Translation of german district associations (Bug #152)
* Feature: set header background position to top, like standard themes; Will
now match to body background.

* Feature: Improved CSS and HTML orientation in header to make them relative
positioned; Changed color files and scapegoat to match this.
* Removed Flaschenpost Design and moved it into color file.

Version 3.2.6:
* Bugfix: Allow special chars in wiki username (Bug #148)
Expand Down
15 changes: 6 additions & 9 deletions css/basemod_mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,16 +641,15 @@
float: left;
width: 1024px;
}
.home .content-primary .skin,
.blog .content-primary .skin {
padding: 0;
margin: 0;

.sticky {
margin: 1em;
}
#main-stream {
float: left;
width: 67%;
margin: 0;
padding: 10px 10px 10px 20px;
margin: 0;
padding: 10px 10px 10px 20px;
}
#linktipp-stream, #second-stream {
display: inline-block;
Expand All @@ -674,7 +673,6 @@
#second-stream .columns {
display: inline;
}


#linktipp-stream .clear,
#second-stream .clear,
Expand All @@ -694,8 +692,7 @@
#second-stream .withthumb .p3-col3 {
margin: 0;
}
#linktipp-stream .columns .column1 .post,
#second-stream .columns .column1 .post { padding-right: 0;}


.linktipps .post-entry p img {
float: none;
Expand Down
2 changes: 2 additions & 0 deletions css/piratenkleider.css
Original file line number Diff line number Diff line change
Expand Up @@ -2473,6 +2473,8 @@ img.wp-smiley {
#main-stream h2 {
font-size: 1.1em;
color: #24639b;
margin-bottom: 0;
margin-top: 0;
}

#linktipp-stream section h2,
Expand Down
2 changes: 1 addition & 1 deletion inc/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
$default_alternativestyles = array(
'style.css' => __( 'Default Style', 'piratenkleider' ),
'sample.css' => __( 'Empty CSS', 'piratenkleider' ),
'scapegoat.css' => __( 'Scapegoat-Adaption (1.2)', 'piratenkleider' ),
'scapegoat.css' => __( 'Scapegoat-Adaption (1.3)', 'piratenkleider' ),
);

/*
Expand Down

0 comments on commit 9ff42a7

Please sign in to comment.