Skip to content

Commit

Permalink
Improve RTL styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Oct 26, 2016
1 parent d932056 commit e972dd7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,23 @@ li>ul {
footer.entry-meta .author:before,
footer.entry-meta .posted-on:before {
margin-left: 5px;
}

.menu-toggle,
.nav-search-enabled .main-navigation .menu-toggle {
text-align: right;
}

.main-navigation .mobile-bar-items {
float: left;
}

.main-navigation li {
text-align: right !important;
}

@media (min-width: 768px) {
.inside-footer-widgets > div {
float: right;
}
}

0 comments on commit e972dd7

Please sign in to comment.