projects
/
WP-Themes
/
devdemo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdbaa9
)
removing the row class from nggallery template
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 8 Aug 2016 15:30:50 +0000
(11:30 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 8 Aug 2016 15:30:50 +0000
(11:30 -0400)
nggallery/gallery-glmphotos.php
patch
|
blob
|
history
diff --git
a/nggallery/gallery-glmphotos.php
b/nggallery/gallery-glmphotos.php
index
c5329e2
..
cc6369a
100644
(file)
--- a/
nggallery/gallery-glmphotos.php
+++ b/
nggallery/gallery-glmphotos.php
@@
-17,7
+17,7
@@
Follow variables are useable :
<div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
<!-- Thumbnails -->
<?php $i = 0; ?>
- <ul class="gallery
row
small-block-grid-2 medium-block-grid-3 large-block-grid-4">
+ <ul class="gallery small-block-grid-2 medium-block-grid-3 large-block-grid-4">
<?php foreach ( $images as $image ) : ?>
<li>
<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >