Skip to content

Commit 2421e41

Browse files
committed
Minor tweaks
- Legacy-Id: 18863
1 parent fc6579c commit 2421e41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/doc/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ def build_file_urls(doc):
890890

891891
def build_doc_supermeta_block(doc):
892892
items = []
893-
items.append(f'<a href="{ settings.IDTRACKER_BASE_URL }" title="Document search and retrieval page">[Search]</a>')
893+
items.append(f'[<a href="{ settings.IDTRACKER_BASE_URL }" title="Document search and retrieval page">Search</a>]')
894894

895895
file_urls, found_types = build_file_urls(doc)
896896
file_urls = [('txt',url) if label=='plain text' else (label,url) for label,url in file_urls]

ietf/templates/doc/document_html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.colorbar {
2828
height: 6px;
2929
position: absolute;
30-
width: 100%;
30+
width: 80ex;
3131
margin-left:-0.5em;
3232
margin-bottom:0;
3333
}

ietf/templates/doc/htmlized_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
margin-left: -0.5em;
7070
background-color: #f8f8f8;
7171
border: 1px solid #e0e0e0;
72-
width: 100%;
72+
width: 98.5ex;
7373
padding-top: 0;
7474
}
7575

0 commit comments

Comments
 (0)