Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sidebar spacing in rtl.css
  • Loading branch information
tomusborne committed Jul 30, 2019
1 parent 04538d6 commit 7aa04f4
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions rtl.css
Expand Up @@ -135,34 +135,7 @@ li>ul {
.widget_categories .children {
margin-right: 1.5em;
}
.right-sidebar .site-main {
margin: 30px 0 30px 30px;
}
.left-sidebar .site-main {
margin: 30px 30px 30px 0;
}
.both-right.separate-containers .site-main {
margin: 30px 0 30px 30px;
}
.both-left.separate-containers .site-main {
margin: 30px 30px 30px 0;
}
.both-left .inside-left-sidebar,
.both-right .inside-left-sidebar {
margin-left: 15px;
}
.both-left .inside-right-sidebar,
.both-right .inside-right-sidebar {
margin-right: 15px;
}
.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
margin-left: 60px;
}
.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
margin-right: 60px;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
margin-right: 1em;
Expand Down

0 comments on commit 7aa04f4

Please sign in to comment.