diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index f60b3c7bac..b307df469d 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -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, diff --git a/src/wp-content/themes/twentyfifteen/css/ie.css b/src/wp-content/themes/twentyfifteen/css/ie.css index 3d60101a3c..1c81866042 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie.css +++ b/src/wp-content/themes/twentyfifteen/css/ie.css @@ -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 { diff --git a/src/wp-content/themes/twentyfifteen/css/ie7.css b/src/wp-content/themes/twentyfifteen/css/ie7.css index c9a221baac..e6e3685ae1 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie7.css +++ b/src/wp-content/themes/twentyfifteen/css/ie7.css @@ -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;