diff --git a/BibleServerCli/data/www/chapter/index.html b/BibleServerCli/data/www/chapter/index.html index 6f4a128..d84e0ac 100644 --- a/BibleServerCli/data/www/chapter/index.html +++ b/BibleServerCli/data/www/chapter/index.html @@ -126,6 +126,7 @@ */ var card = document.createElement('div'); card.id = `verse-${i}`; + card.classList.add('card'); var card_content = document.createElement('div'); card_content.classList.add('card-content'); @@ -138,10 +139,40 @@ card_content.appendChild(title); card_content.appendChild(subtitle); card.appendChild(card_content); - + /* +