diff --git a/data/site/styles.css b/data/site/styles.css index b308f849..4636a4ca 100644 --- a/data/site/styles.css +++ b/data/site/styles.css @@ -317,7 +317,14 @@ footer a:hover { text-align: center; font: 1.5em belerenbsc; } - +.truncate { +/* width: 100%;*/ +/* outline: 1px solid green;*/ + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + text-indent: 0em; +} diff --git a/index.html b/index.html index 6224206a..959b245e 100644 --- a/index.html +++ b/index.html @@ -150,7 +150,7 @@