# meow-gallery/trunk/classes/builders/justified.css.php

Meow Gallery, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/meow-gallery/trunk/code/classes/builders/justified.css.php
- Raw: https://pluginprobe.com/plugins/meow-gallery/trunk/raw/classes/builders/justified.css.php
- Modified: 2021-08-03T00:11:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/meow-gallery/trunk/code/classes/builders/justified.css.php#L10-L20`.

```php
<style>

	<?php echo esc_attr( $class_id ) ?> {
		display: <?php echo ($isPreview ? 'block' : 'none') ?>;
		margin: <?php echo -1 * $gutter/2 ?>px;
	}

	<?php echo esc_attr( $class_id ) ?> .mgl-item {
		margin: <?php echo (int)$gutter / 2 ?>px;
	}

</style>

```
