PluginProbe
WP Ultimate Post Grid / 1.6
WP Ultimate Post Grid v1.6
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | css/layout_base.css +2 -4 2.21.6 View file →
@@ -12,12 +12,10 @@
12 12 position: relative;
13 13 float: left;
14 14 text-align: left;
15 15 font-size: 14px; }
16 - html body .wpupg-container span:not(.wpupg-show-on-hover) {
16 + html body .wpupg-container span {
17 17 display: inline-block; }
18 - html body .wpupg-container.wpupg-hovering span.wpupg-show-on-hover {
19 - display: inline-block; }
20 18 html body .wpupg-container * {
21 19 border: 0;
22 20 -webkit-margin: 0;
23 21 -moz-margin: 0;
@@ -86,6 +84,6 @@
86 84 html body .wpupg-container a {
87 85 text-decoration: none; }
88 86 html body .wpupg-container a:hover {
89 87 text-decoration: underline; }
90 - html body .wpupg-container .wpupg-responsive-mobile, html body .wpupg-container .wpupg-show-on-hover {
88 + html body .wpupg-container .wpupg-responsive-mobile {
91 89 display: none; }