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 %}