Plugin install: Make sure h3's clear floats to avoid layout problems.

props SergeyBiryukov.
fixes #29465.


git-svn-id: https://develop.svn.wordpress.org/trunk@29676 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2014-09-02 18:28:23 +00:00
parent 1c82a3bf80
commit cb298d8341

View File

@@ -1227,6 +1227,10 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
background-color: #fcf3ef;
}
.plugin-install-php h3 {
clear: both;
}
.plugin-install-php h4 {
margin: 2.5em 0 8px;
}