mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user