1
0

sidebar pluginlist - clear float for vext row with more than 3 sidebars

This commit is contained in:
Ian
2014-11-18 12:37:31 +01:00
parent 7423eb63f1
commit a9586eba1d

View File

@ -2643,8 +2643,8 @@ img.mfp-img {
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
@ -3058,6 +3058,10 @@ img.mfp-img {
margin-left: 1%;
}
#pluginlist_sidebar .pluginmanager_side:nth-of-type(4) {
clear: left;
}
#meta p {
font-size: .875em;
padding: .85715em;