minibug corretti

This commit is contained in:
Luca Trupiano 2023-02-20 10:54:46 +01:00
parent f5b2683a89
commit 3914502f8e
3 changed files with 4 additions and 4 deletions

View File

@ -310,7 +310,7 @@ lida2:
/* body */
.body-vis {
background-color: #f1ede7! important;
padding-top: 63px;
padding-top: 0px;
}

View File

@ -316,6 +316,6 @@ lida2:
/* body */
.body-vis {
background-color: #fcfaf7! important;
padding-top: 63px;
padding-top: 0px;
}

View File

@ -824,9 +824,9 @@ $(" ."+formaClass).hover(function(idx, element) {
spannum.attr('class', 'numverso text-muted')
elementoverso.append(spannum)
//elementoverso.append(num + ". ")
elementoverso.attr("style", "line-height: 0.5em")
//elementoverso.attr("style", "line-height: 0.5em")
elementoverso.attr('class', 'f6 text-dark text-nowrap font-weight-lighter '+cantica+' '+canto)
elementoverso.attr('class', 'f6 mb-2 text-dark text-nowrap font-weight-lighter '+cantica+' '+canto)
elementoverso.attr('id', cantica + "_" + canto + "_" + num)