Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #63 from ednapiranha/bug697877
Browse files Browse the repository at this point in the history
fixed rtl display and min-height; fix bug 697877
  • Loading branch information
Jennifer Fong-Adwent committed Nov 30, 2011
2 parents efd2978 + 3f9ea89 commit 6ffa52d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media/css/main.css
Expand Up @@ -90,7 +90,7 @@ em.underline {
box-shadow: 1px 1px 5px #d9d9d9;
display: block;
margin: 5px 0 10px;
min-height: 204px;
min-height: 344px;
padding: 15px 10px;
width: 690px;
}
Expand All @@ -105,6 +105,10 @@ em.underline {
width: 710px;
}

body[dir="rtl"] .blue-pastels:before {
margin: -15px -10px -204px 0px;
}

.blue-pastels h2 {
color: #1e4262;
font-family: MetaBold, 'Trebuchet MS', sans-serif;
Expand Down

0 comments on commit 6ffa52d

Please sign in to comment.