зеркало из https://github.com/mozilla/bedrock.git
Fix Bug 943479 - Change to CSS to accomodate MItchell Quote in Annual Report 2012
This commit is contained in:
Родитель
4a7a1732f3
Коммит
c5fb4e31ad
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче