PluginProbe
WP Ultimate Post Grid / 3.8.0
WP Ultimate Post Grid v3.8.0
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
wp-ultimate-post-grid / templates / grid / simple / simple.css

simple.css in WP Ultimate Post Grid 3.8.0, at templates/grid/simple/simple.css

11 lines 364 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpupg-template-simple {
2 border-style: solid; /* wpupg_border_style type=border */
3 border-width: 1px; /* wpupg_border_width type=size */
4 border-color: #000000; /* wpupg_border type=color */
5 border-radius: 0px; /* wpupg_border_radius type=size */
6 padding: 0;
7 }
8
9 .wpupg-template-simple .wpupg-meta-container {
10 padding: 5px; /* wpupg_meta_padding type=size */
11 }