Skip to content

Commit 1f01cc2

Browse files
committed
r390
1 parent f90223f commit 1f01cc2

File tree

234 files changed

+61109
-55432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+61109
-55432
lines changed

common/css/sf.css

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ ul#menu a.hover li {
117117
.booktitleinheader {
118118
color: #000000;
119119
text-transform: uppercase;
120-
margin: 5px auto;
121120
font-weight: 300;
122121
letter-spacing: 1px;
123122
font-size: 125%;
124123
margin-left: 0px;
124+
margin-bottom: 22px;
125125
}
126126

127127
/* Chapter titles */
@@ -432,55 +432,52 @@ tr.infrulemiddle hr {
432432

433433
.id { display: inline; }
434434

435-
.id[type="constructor"] {
435+
.id[title="constructor"] {
436436
color: #697f2f;
437437
}
438438

439-
.id[type="var"] {
439+
.id[title="var"],
440+
.id[title="variable"] {
440441
color: rgb(40%,0%,40%);
441442
}
442443

443-
.id[type="variable"] {
444-
color: rgb(40%,0%,40%);
445-
}
446-
447-
.id[type="definition"] {
444+
.id[title="definition"] {
448445
color: rgb(0%,40%,0%);
449446
}
450447

451-
.id[type="abbreviation"] {
448+
.id[title="abbreviation"] {
452449
color: rgb(0%,40%,0%);
453450
}
454451

455-
.id[type="lemma"] {
452+
.id[title="lemma"] {
456453
color: rgb(0%,40%,0%);
457454
}
458455

459-
.id[type="instance"] {
456+
.id[title="instance"] {
460457
color: rgb(0%,40%,0%);
461458
}
462459

463-
.id[type="projection"] {
460+
.id[title="projection"] {
464461
color: rgb(0%,40%,0%);
465462
}
466463

467-
.id[type="method"] {
464+
.id[title="method"] {
468465
color: rgb(0%,40%,0%);
469466
}
470467

471-
.id[type="inductive"] {
468+
.id[title="inductive"] {
472469
color: #034764;
473470
}
474471

475-
.id[type="record"] {
472+
.id[title="record"] {
476473
color: rgb(0%,0%,80%);
477474
}
478475

479-
.id[type="class"] {
476+
.id[title="class"] {
480477
color: rgb(0%,0%,80%);
481478
}
482479

483-
.id[type="keyword"] {
480+
.id[title="keyword"] {
484481
color : #697f2f;
485482
/* color: black; */
486483
}
@@ -506,16 +503,23 @@ tr.infrulemiddle hr {
506503
background-color: rgb(60%,60%,100%); */
507504
}
508505

506+
#toc h2.ui-accordion-header {
507+
padding: .5em .5em .5em .7em;
508+
}
509+
509510
#toc h2 .select { background-image: url('media/image/arrow_down.jpg'); }
510511
div#sec1.hide { display: none; }
511512

512513
#toc ul {
513514
padding-top: 8px;
514-
margin-bottom: -8px;
515515
font-size: 14px;
516516
padding-left: 0;
517517
}
518518

519+
#toc ul ul {
520+
margin-bottom: -8px;
521+
}
522+
519523
#toc li {
520524
font-weight: 600;
521525
list-style-type: none;
@@ -613,7 +617,7 @@ html .ui-button.ui-state-disabled:focus {
613617
}
614618

615619
.ui-accordion .ui-accordion-content {
616-
padding: 0 2.2em 2em .75em !important;
620+
padding: 0.5em 2.5em 1.8em .9em !important;
617621
border-top: 0;
618622
overflow: auto;
619623
}

lf-current/.coqdeps.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Extraction.vo Extraction.glob Extraction.v.beautified: Extraction.v ImpCEvalFun.
3232
Extraction.vio: Extraction.v ImpCEvalFun.vio Imp.vio ImpParser.vio Maps.vio
3333
Auto.vo Auto.glob Auto.v.beautified: Auto.v Maps.vo Imp.vo
3434
Auto.vio: Auto.v Maps.vio Imp.vio
35+
AltAuto.vo AltAuto.glob AltAuto.v.beautified: AltAuto.v IndProp.vo
36+
AltAuto.vio: AltAuto.v IndProp.vio
3537
Postscript.vo Postscript.glob Postscript.v.beautified: Postscript.v
3638
Postscript.vio: Postscript.v
3739
Bib.vo Bib.glob Bib.v.beautified: Bib.v
@@ -70,6 +72,8 @@ ExtractionTest.vo ExtractionTest.glob ExtractionTest.v.beautified: ExtractionTes
7072
ExtractionTest.vio: ExtractionTest.v Extraction.vio
7173
AutoTest.vo AutoTest.glob AutoTest.v.beautified: AutoTest.v Auto.vo
7274
AutoTest.vio: AutoTest.v Auto.vio
75+
AltAutoTest.vo AltAutoTest.glob AltAutoTest.v.beautified: AltAutoTest.v AltAuto.vo
76+
AltAutoTest.vio: AltAutoTest.v AltAuto.vio
7377
PostscriptTest.vo PostscriptTest.glob PostscriptTest.v.beautified: PostscriptTest.v Postscript.vo
7478
PostscriptTest.vio: PostscriptTest.v Postscript.vio
7579
BibTest.vo BibTest.glob BibTest.v.beautified: BibTest.v Bib.vo

lf-current/AltAuto.html

Lines changed: 1132 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)