index table

master
grgr 3 years ago
parent 1775fa0f07
commit 9cf053b92c

@ -15,9 +15,14 @@
.container{ .container{
display: block; display: block;
width: auto; width: auto;
height: auto; height: auto;
} }
/* .container,
.libretto{
height: 100%;
} */
.atlas { .atlas {
@ -29,7 +34,7 @@
border-bottom: none; border-bottom: none;
} }
header.cover{ header.cover{
width: auto; width: auto;
@ -60,6 +65,16 @@
.index { .index {
display: block; display: block;
columns: unset;
}
.index table{
width: 100%;
border-collapse: collapse;
border-bottom: solid 1px black;
}
.index tr{
border-top: solid 1px black;
} }
.libretto { .libretto {
@ -83,21 +98,21 @@
} }
/*Sorry Gi, the multicolumn layout is too painful */ /*Sorry Gi, the multicolumn layout is too painful */
/*
.contribution .content{ .contribution .content{
column-count: 2; column-count: 2;
column-fill: auto; column-fill: auto;
} }
.contribution li{ .contribution li{
column-span: none; column-span: none;
}*/ }
.content p, .content h2 { .content p, .content h2 {
margin: default; margin: default;
} }
button#print { button#btn-print {
display: none; display: none;
} }

Loading…
Cancel
Save