diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index 889ef99..f9da1f6 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -578,6 +578,13 @@ h4 > a:hover { } } +/* hidden text more */ +.hidden-more { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + /* aplaylist */ .play-menu { height: 200px; diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html index 92c91ba..9636ebc 100644 --- a/cl-theme/templates/article.html +++ b/cl-theme/templates/article.html @@ -68,12 +68,12 @@
-
+
-

{{ article.title }}

+

{{ article.title }}

@@ -82,7 +82,7 @@
-
+
{% if article.toc %}