begin rework of library setup

This commit is contained in:
Luke Pulverenti 2015-10-15 13:21:18 -04:00
parent baf6756fc1
commit 264dafb8a4
13 changed files with 413 additions and 289 deletions

View file

@ -44,7 +44,7 @@
configPageUrl :
null;
html += "<div data-id='" + plugin.Id + "' data-name='" + plugin.Name + "' class='card backdropCard alternateHover bottomPaddedCard'>";
html += "<div data-id='" + plugin.Id + "' data-name='" + plugin.Name + "' class='card backdropCard bottomPaddedCard'>";
html += '<div class="cardBox visualCardBox">';
html += '<div class="cardScalable">';