Optimize about screen for 960px width. props chexee, fixes #19386.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
798ccd0c97
commit
ba3f815726
File diff suppressed because one or more lines are too long
|
@ -1385,13 +1385,13 @@ h2 .nav-tab {
|
|||
.about-wrap .feature-section.angled-left .left-feature,
|
||||
.about-wrap .feature-section.angled-right .left-feature {
|
||||
margin-right: 0;
|
||||
margin-left: 5%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.angled-left .right-feature,
|
||||
.about-wrap .feature-section.angled-right .right-feature {
|
||||
margin-left: 0;
|
||||
margin-right: 5%;
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.images-stagger-right .angled-left,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4828,7 +4828,7 @@ input.button-highlighted,
|
|||
.about-wrap {
|
||||
position: relative;
|
||||
margin: 25px 40px 0 20px;
|
||||
width: 930px;
|
||||
width: 770px;
|
||||
|
||||
font-size: 15px;
|
||||
}
|
||||
|
@ -4947,10 +4947,10 @@ input.button-highlighted,
|
|||
}
|
||||
|
||||
.about-wrap .feature-section.angled-right {
|
||||
margin-top: -7.5em;
|
||||
margin-top: -10.5em;
|
||||
}
|
||||
.about-wrap .feature-section.angled-right .left-feature {
|
||||
padding-top: 7em;
|
||||
padding-top: 9.5em;
|
||||
}
|
||||
.about-wrap .feature-section.angled-right img,
|
||||
.about-wrap .feature-section.angled-left img {
|
||||
|
@ -4959,26 +4959,27 @@ input.button-highlighted,
|
|||
|
||||
.about-wrap .feature-section.angled-left .left-feature,
|
||||
.about-wrap .feature-section.angled-right .left-feature {
|
||||
margin-right: 4%;
|
||||
margin-right: 3%;
|
||||
}
|
||||
.about-wrap .feature-section.angled-left .right-feature,
|
||||
.about-wrap .feature-section.angled-right .right-feature {
|
||||
margin-left: 4%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
.about-wrap .feature-section .left-feature {
|
||||
margin-right: 10%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
.about-wrap .feature-section .right-feature {
|
||||
margin-left: 9%;
|
||||
margin-left: 5%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.angled-left .left-feature,
|
||||
.about-wrap .feature-section.angled-right .right-feature {
|
||||
width: 27%;
|
||||
}
|
||||
.about-wrap .feature-section.angled-left .right-feature,
|
||||
.about-wrap .feature-section.angled-right .left-feature {
|
||||
width: 35%;
|
||||
width: 32%;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.three-col {
|
||||
|
@ -4996,6 +4997,7 @@ input.button-highlighted,
|
|||
}
|
||||
.about-wrap .feature-section.three-col img {
|
||||
margin: 0.5em 3px 1em 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.about-wrap .feature-section.three-col .last-feature {
|
||||
margin-right: 0;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
|
|||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111128' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111129' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111123' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue