diff --git a/media/css/foundation/annual2012.less b/media/css/foundation/annual2012.less index aedd706551..ad071c59f6 100644 --- a/media/css/foundation/annual2012.less +++ b/media/css/foundation/annual2012.less @@ -41,8 +41,8 @@ body { background: url(/media/img/foundation/annualreport/2012/quotes.png) left top no-repeat; padding-left: 80px; width: 470px; - font-size: 48px; - line-height: 100%; + font-size: 40px; + line-height: 1.2; .open-sans-light; footer { @@ -51,7 +51,7 @@ body { } cite { - font-size: 24px; + font-size: 50%; font-style: italic; } } @@ -275,7 +275,7 @@ dl.faq dt { margin-bottom: 40px; } blockquote { - font-size: 30px; + font-size: 30px !important; background: url(/media/img/foundation/annualreport/2012/quotes-tablet.png) left top no-repeat; padding-left: 50px; width: 360px; @@ -418,7 +418,7 @@ dl.faq dt { margin-left: -20px; width: @breakMobile - (@baseLine * 2); padding: @baseLine; - font-size: 26px; + font-size: 26px !important; } } @@ -447,6 +447,12 @@ dl.faq dt { } } +/* Larger font size in English */ +html[lang="en-US"] .banner blockquote { + font-size: 48px; + line-height: 1.1; +} + /* No Italic in Chinese */ html[lang='zh-CN'] .box-links li a, html[lang='zh-CN'] .banner blockquote cite,