Skip to content

Commit

Permalink
Bug 592877, fixed widget alignment for rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Sep 16, 2010
1 parent ab05f48 commit 3e798d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion media/css/main.css
Expand Up @@ -3528,7 +3528,6 @@ background-position:left -303px;
.html-rtl li.friendfeed,
.html-rtl li.myspace,
.html-rtl a.subscribe,
.html-rtl a.share,
.html-rtl a.addons,
.html-rtl a.collections,
.html-rtl a.subscribers,
Expand Down
4 changes: 4 additions & 0 deletions media/css/zamboni/zamboni.css
Expand Up @@ -2883,6 +2883,10 @@ a.outlink:hover {
height: 16px;
line-height: 16px;
}
.html-rtl .widget {
margin-right: 0;
margin-left: 1em;
}
.widget.condensed {
margin-right: 8px;
padding-left: 16px;
Expand Down

0 comments on commit 3e798d9

Please sign in to comment.