Skip to content

Commit

Permalink
Fix bug 1180548 aligning title in webmaker section correctly for RTL …
Browse files Browse the repository at this point in the history
…direction
  • Loading branch information
mermi committed Jul 7, 2015
1 parent bb8585e commit 1349fd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions media/css/mozorg/home/home-promo.less
Expand Up @@ -897,6 +897,13 @@ html[lang|="en"] {
.background-size(100px, 100px);
}
}
html[dir="rtl"] {
.promo-small-landscape.webmaker{
h2 {
padding: 12px 35px 35px 130px;
}
}
}


/****************************************************************************/
Expand Down

0 comments on commit 1349fd9

Please sign in to comment.