1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fix for indent issue

This commit is contained in:
Cameron 2013-04-25 17:33:19 -07:00
parent 063bf2b200
commit 9c720ef696

View File

@ -17,12 +17,12 @@ e107::css('gallery', 'jslib/prettyPhoto/css/prettyPhoto.css','jquery');
e107::js('gallery', 'jslib/jquery.cycle.all.js','jquery');
e107::css('gallery', 'gallery_style.css');
//e107::css('inline', "
// Work-around for indent issue. see: https://github.com/twitter/bootstrap/issues/4890
e107::css('inline', "
/* Gallery CSS */
//a.lb-close { width:27px; height:27px; background:url(".SITEURLBASE.e_PLUGIN_ABS."gallery/images/close.png) no-repeat 0 0; }
//.lb-loader { background:url(".SITEURLBASE.e_PLUGIN_ABS."gallery/images/loading.gif) no-repeat 50% 49%; }
//
//",'jquery');
.thumbnails .span2:nth-child(6n+1) {
margin-left:0;
}",'jquery');