From 8fe9eb912f184b52752b5b25cc6cfe6256432f7c Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Fri, 31 Aug 2018 13:10:55 +0200 Subject: [PATCH] added the '(...)' sign to result lists --- static/css/stylesheet.css | 9 +++++++++ templates/base.html | 2 ++ templates/results.html | 5 +++++ tfidf.py | 2 ++ 4 files changed, 18 insertions(+) diff --git a/static/css/stylesheet.css b/static/css/stylesheet.css index 19002fe..6d878c6 100644 --- a/static/css/stylesheet.css +++ b/static/css/stylesheet.css @@ -53,6 +53,15 @@ h1, h2, h3{ .result{ margin:10px 0 0 0; } + #more{ + margin:10px 0; + } + #more-descr{ + margin:10px 0; + } + #more sup{ + color:#800000; + } .sentence{ margin:10px 0 0 0; } diff --git a/templates/base.html b/templates/base.html index 762700a..5879274 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,6 +23,8 @@
  • {{txt}}
  • {% endfor %}