diff --git a/ietf/doc/utils.py b/ietf/doc/utils.py index 8e72b415a..783e52162 100644 --- a/ietf/doc/utils.py +++ b/ietf/doc/utils.py @@ -890,7 +890,7 @@ def build_file_urls(doc): def build_doc_supermeta_block(doc): items = [] - items.append(f'[Search]') + items.append(f'[Search]') file_urls, found_types = build_file_urls(doc) file_urls = [('txt',url) if label=='plain text' else (label,url) for label,url in file_urls] diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index 4154ac1e5..2f5d58a0d 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -27,7 +27,7 @@ .colorbar { height: 6px; position: absolute; - width: 100%; + width: 80ex; margin-left:-0.5em; margin-bottom:0; } diff --git a/ietf/templates/doc/htmlized_base.html b/ietf/templates/doc/htmlized_base.html index f34e8bc77..9d1a5def8 100644 --- a/ietf/templates/doc/htmlized_base.html +++ b/ietf/templates/doc/htmlized_base.html @@ -69,7 +69,7 @@ margin-left: -0.5em; background-color: #f8f8f8; border: 1px solid #e0e0e0; - width: 100%; + width: 98.5ex; padding-top: 0; }