Remove 'Insert Multiple Images' from the about page as it is now completely invisible in the UI. Requiring shift-click but not mentioning it is a bad omen. props helenyhou. fixes #22455.
git-svn-id: http://core.svn.wordpress.org/trunk@23126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -5337,24 +5337,30 @@ h2 .nav-tab {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.three-col {
|
||||
.about-wrap .feature-section.col {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.col h4 {
|
||||
margin: 0 0 0.6em 0;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.col .last-feature {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.two-col div {
|
||||
width: 47%;
|
||||
margin-right: 4.999999999%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.three-col div {
|
||||
width: 30%;
|
||||
margin-right: 4.999999999%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.three-col h4 {
|
||||
margin: 0 0 0.6em 0;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.three-col .last-feature {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.about-wrap .three-col-images {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user