Skip to content

Commit

Permalink
Styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Oct 6, 2014
1 parent 943f559 commit 75ac002
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
17 changes: 9 additions & 8 deletions assets/css/post-series.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
.wp-post-series-box {
.wp-post-series-box, .entry-content .wp-post-series-box {
border: 1px solid #000;
padding: 0 1em;
margin: 1em 0;
}
.wp-post-series-box.expandable {
.wp-post-series-box.expandable, .entry-content .wp-post-series-box.expandable {
cursor: pointer;
}
.wp-post-series-name {
.wp-post-series-name, .entry-content .wp-post-series-name {
font-weight: bold;
margin: 1em 0;
}
.wp-post-series-description {
.wp-post-series-description, .entry-content .wp-post-series-description {
margin: 0;
}
.wp-post-series-description p {
.wp-post-series-description p, .entry-content .wp-post-series-description p {
margin: 1em 0;
}
.wp-post-series-nav {
.wp-post-series-nav, .entry-content .wp-post-series-nav {
display:none;
margin: 1em 0;
}
.wp-post-series-nav ol {
.wp-post-series-nav ol, .entry-content .wp-post-series-nav ol {
list-style-type: decimal;
margin:0;
}
.wp-post-series-show-nav, .wp-post-series-show-description {
.wp-post-series-show-nav, .wp-post-series-show-description,
.entry-content .wp-post-series-show-nav, .entry-content .wp-post-series-show-description, {
float: right;
padding: 0 1em 0 0;
}
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The manual installation method involves downloading the plugin and uploading it
* Show description of series even if the number of posts == 1.
* Fix link to repo in readme.
* Added swedish translation.
* Tweaked styles to work with default themes.

= 1.0.0 =
* First stable release.

0 comments on commit 75ac002

Please sign in to comment.