minibug corretti
This commit is contained in:
parent
f5b2683a89
commit
3914502f8e
|
@ -310,7 +310,7 @@ lida2:
|
||||||
/* body */
|
/* body */
|
||||||
.body-vis {
|
.body-vis {
|
||||||
background-color: #f1ede7! important;
|
background-color: #f1ede7! important;
|
||||||
padding-top: 63px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -316,6 +316,6 @@ lida2:
|
||||||
/* body */
|
/* body */
|
||||||
.body-vis {
|
.body-vis {
|
||||||
background-color: #fcfaf7! important;
|
background-color: #fcfaf7! important;
|
||||||
padding-top: 63px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -824,9 +824,9 @@ $(" ."+formaClass).hover(function(idx, element) {
|
||||||
spannum.attr('class', 'numverso text-muted')
|
spannum.attr('class', 'numverso text-muted')
|
||||||
elementoverso.append(spannum)
|
elementoverso.append(spannum)
|
||||||
//elementoverso.append(num + ". ")
|
//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)
|
elementoverso.attr('id', cantica + "_" + canto + "_" + num)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue