mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Fifteen: minor CSS fixes. See #30133.
git-svn-id: https://develop.svn.wordpress.org/trunk@30051 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4214aa3862
commit
8a1bb7bba9
@ -28,8 +28,8 @@ body {
|
||||
font-weight: 400;
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
max-width: 660px;
|
||||
margin: 8% 10%;
|
||||
max-width: 660px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
@ -127,8 +127,8 @@ blockquote > p:last-child {
|
||||
blockquote cite,
|
||||
blockquote small {
|
||||
color: #333;
|
||||
font-size: 17px;
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: 17px;
|
||||
line-height: 1.6471;
|
||||
}
|
||||
|
||||
@ -458,16 +458,16 @@ a {
|
||||
*/
|
||||
|
||||
.rtl blockquote {
|
||||
border-right: 4px solid #707070;
|
||||
border-left: none;
|
||||
border-right: 4px solid #707070;
|
||||
margin: 0 -21px 35px 0;
|
||||
padding-right: 17px;
|
||||
padding-left: 0;
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
.rtl blockquote > blockquote {
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl li > ul,
|
||||
|
||||
@ -112,8 +112,8 @@ textarea {
|
||||
}
|
||||
|
||||
.main-navigation ul ul {
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
border-top: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@ -292,9 +292,9 @@ img.aligncenter {
|
||||
.site-description {
|
||||
background-color: inherit;
|
||||
display: block;
|
||||
filter: alpha(opacity=70);
|
||||
font-size: 16px;
|
||||
margin: 0.5em 7.6897% 7.6897%;
|
||||
filter: alpha(opacity=70);
|
||||
}
|
||||
|
||||
.widget-area {
|
||||
|
||||
@ -7,7 +7,7 @@ Description: IE7 specific style.
|
||||
clip: rect(1px 1px 1px 1px);
|
||||
}
|
||||
|
||||
.secondary-toggle {
|
||||
.secondary-toggle {
|
||||
color: #333;
|
||||
font-size: 16px;
|
||||
line-height: 60px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user