Skip to content

Commit

Permalink
Blog themes: stylesheet changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Oct 14, 2018
1 parent d2cc928 commit 6bb5f3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion themes/blossom/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -500,13 +500,14 @@ div.doaction:last-child {
margin-bottom: 0em;
}
div.speak {
margin-top: 1em;
margin-bottom: 0em;
}
div.admin, div.downloads {
margin: 1em 0em 0em 0em;
}
input + div.doaction, textarea + div.doaction {
padding-top: 0.5em;
margin-top: 1em;
}
div.search_box {
text-align: center;
Expand Down
3 changes: 2 additions & 1 deletion themes/sparrow/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,14 @@ div.doaction:last-child {
margin-bottom: 0em;
}
div.speak {
margin-top: 1em;
margin-bottom: 0em;
}
div.admin, div.downloads {
margin: 1em 0em 0em 0em;
}
input + div.doaction, textarea + div.doaction {
padding-top: 0.5em;
margin-top: 1em;
}
div#main > article, div.standalone {
box-sizing: border-box;
Expand Down
3 changes: 2 additions & 1 deletion themes/topaz/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,13 +510,14 @@ div.doaction:last-child {
margin-bottom: 0em;
}
div.speak {
margin-top: 1em;
margin-bottom: 0em;
}
div.admin, div.downloads {
margin: 1em 0em 0em 0em;
}
input + div.doaction, textarea + div.doaction {
padding-top: 0.5em;
margin-top: 1em;
}
div.search_box {
text-align: center;
Expand Down
3 changes: 2 additions & 1 deletion themes/umbra/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,13 +452,14 @@ div.doaction:last-child {
margin-bottom: 0em;
}
div.speak {
margin-top: 1em;
margin-bottom: 0em;
}
div.admin, div.downloads {
margin: 1em 0em 0em 0em;
}
input + div.doaction, textarea + div.doaction {
padding-top: 0.5em;
margin-top: 1em;
}
div#main > article, div.standalone {
box-sizing: border-box;
Expand Down

0 comments on commit 6bb5f3e

Please sign in to comment.