After [32974], tweak some CSS for focus, etc.

See #31650.


git-svn-id: https://develop.svn.wordpress.org/trunk@32977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-06-27 23:12:23 +00:00
parent 556ec207f1
commit e4aa6ae703
4 changed files with 6 additions and 3 deletions

View File

@ -96,6 +96,7 @@
.about-wrap h1 {
margin: 0.2em 200px 0 0;
padding: 0;
color: #32373c;
line-height: 1.2em;
font-size: 2.8em;

View File

@ -1926,6 +1926,7 @@ html.wp-toolbar {
color: #000;
}
h1.nav-tab-wrapper,
h2.nav-tab-wrapper,
h3.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
@ -1933,6 +1934,7 @@ h3.nav-tab-wrapper {
padding-left: 10px;
}
h1 .nav-tab,
h2 .nav-tab {
padding: 6px 10px;
font-weight: bold;

View File

@ -1213,7 +1213,7 @@ table.links-table {
display: inline-block;
}
.focus-on .wrap > h2,
.focus-on .wrap > h1,
.focus-on #wpfooter,
.focus-on .postbox-container > *,
.focus-on div.updated,
@ -1235,7 +1235,7 @@ table.links-table {
opacity: 0.3;
}
.focus-off .wrap > h2,
.focus-off .wrap > h1,
.focus-off #wpfooter,
.focus-off .postbox-container > *,
.focus-off div.updated,

View File

@ -1022,7 +1022,7 @@ body.folded .theme-overlay .theme-wrap {
font-size: 13px;
}
.themes-php .wrap h2 {
.themes-php .wrap h1 {
width: 100%;
}