LITTERall
-edité le 01/03/2020
+mis à jour le 01/03/2020
“Il est difficile à des étrangers comme nous de pénétrer l’ultime secret des vers d’une autre langue. Ce n’est pas à nous d’en juger, nous n’aurons pas le dernier mot.”
Ossip Mandelstam, Entretiens sur Dante
traduction Louis Martinez
@@ -51,12 +48,12 @@
credit: Jeffrey Trehudic
-dernier numero
+dernier numero
anciens numeros
+anciens numeros
diff --git a/styles/global.css b/styles/global.css
index e4aab7f..e46a34d 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -135,16 +135,24 @@ body .container_main {
body aside.page_content {
top: calc(var(--nav-height) + 1px);
height: calc(100vh - var(--nav-height));
+ margin-right: var(--aside-margin);
+ /*
+ border-right: 1px solid lightgrey;
+ */
}
/* asides elements only have width if they have a child*/
body aside.page_content .table_box {
- width: calc(var(--aside-left-width) - var(--aside-margin));
+ width: calc(var(--aside-left-width) - 2 * var(--aside-margin));
margin: var(--aside-margin) 0px var(--aside-margin) var(--aside-margin);
/*border-box so changing padding has no effect on total width*/
box-sizing: border-box;
padding: var(--gap-unit);
+ /*for style*/
+ /*
+ */
border-left: 1px solid lightgrey;
}
+/*to put space between elements*/
body aside.page_content .table_box > * {
margin-bottom: var(--gap-unit);
}