Twenty Fifteen: minor CSS fixes. See #30133.

Built from https://develop.svn.wordpress.org/trunk@30051


git-svn-id: http://core.svn.wordpress.org/trunk@30051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-10-28 17:18:19 +00:00
parent d89b50ee67
commit 550dc1a3de
4 changed files with 9 additions and 9 deletions

View File

@ -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,

View File

@ -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 {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30050';
$wp_version = '4.1-alpha-30051';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.