Browse
For agents
About
Meow Gallery
/
4.2.1
Meow Gallery
v4.2.1
Switch version
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.9
5.4.8
5.4.7
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.3.0
4.3.1
All 156 releases
Overview
Code
meow-gallery
/
classes
/
builders
/
justified.css.php
justified.css.php
in Meow Gallery 4.2.1, at classes/builders/justified.css.php
13 lines
258 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
style
>
2
3
<
?
php
echo
esc_attr
(
$
class_id
)
?
>
{
4
display
:
<
?
php
echo
(
$
isPreview
?
'
block
'
:
'
none
'
)
?
>
;
5
margin
:
<
?
php
echo
-
1
*
$
gutter
/
2
?
>
px
;
6
}
7
8
<
?
php
echo
esc_attr
(
$
class_id
)
?
>
.
mgl
-
item
{
9
margin
:
<
?
php
echo
(
int
)
$
gutter
/
2
?
>
px
;
10
}
11
12
<
/
style
>
13