modfiche al grafo della struttura sintattica
This commit is contained in:
parent
d381b71c46
commit
9906fe54a8
|
@ -195,20 +195,29 @@ Ex browsingldc.css
|
|||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||
}
|
||||
|
||||
.synt__title{
|
||||
font-size: 12px;
|
||||
font-weight: normal !important;
|
||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||
letter-spacing: 0.5px;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.synt__info{
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
font-weight: lighter;
|
||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
}
|
||||
|
||||
.synt__categ{
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
font-style: oblique;
|
||||
text-align: justify;
|
||||
font-weight: lighter;
|
||||
font-family: 'Humanist-777', 'Roboto';
|
||||
letter-spacing: 0.4px;
|
||||
}
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.numverso {
|
||||
font-size: 12px;
|
||||
|
|
|
@ -1965,9 +1965,9 @@ $(document).ready(function() {
|
|||
listaClausoleRisultato = []
|
||||
//Unità di ricerca è 'frase'
|
||||
|
||||
//if (!listarisultati.length || unitaRicerca == 'frase') {
|
||||
if (unitaRicerca == 'frase') {
|
||||
|
||||
if ((!listarisultati.length && unitaRicerca == 'forme') || unitaRicerca == 'frase') {
|
||||
//if (unitaRicerca == 'frase') {
|
||||
unitaRicerca='frase'
|
||||
resultsInCantica = []
|
||||
resultsInCanto = []
|
||||
//listaPeriodiRisultato = []
|
||||
|
|
|
@ -125,9 +125,8 @@ function getFraseContext(fraseids, numversi = 3) {
|
|||
|
||||
for (i = startindex; i < listaforme.length; i++) {
|
||||
var tmpos = listaforme[i].split('_')[2]
|
||||
if (parseint(tmpos) == parseInt(fraseid.split('-')[2])) {
|
||||
if (parseInt(tmpos) == parseInt(fraseid.split('-')[2])) {
|
||||
pos = i;
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
|||
export {default} from "./d019e1db56ab1d8c@1578.js";
|
||||
export {default} from "./2c2aa90cdea73fae@1660.js";
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@cesare/commarcdiag",
|
||||
"main": "d019e1db56ab1d8c@1578.js",
|
||||
"version": "1578.0.0",
|
||||
"homepage": "https://observablehq.com/@cesare/commarcdiag",
|
||||
"name": "2c2aa90cdea73fae",
|
||||
"main": "2c2aa90cdea73fae@1660.js",
|
||||
"version": "1660.0.0",
|
||||
"homepage": "https://observablehq.com/d/2c2aa90cdea73fae",
|
||||
"author": {
|
||||
"name": "cesare concordia",
|
||||
"url": "https://observablehq.com/@cesare"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue