Skip to content

Commit 6722746

Browse files
committed
Fix styling
1 parent 56f5bc1 commit 6722746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/asciidoctor/lib/chunker/url_to_v3.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ def get_actual_url(outdir, current_url)
4545
def render_warning(doc, version, new_url)
4646
if version == '8.18'
4747
@url = Asciidoctor::Block.new(doc, :pass, source: <<~HTML)
48-
<div id="url-to-v3" style="version-warning">
48+
<div id="url-to-v3" class="version-warning">
4949
A newer version is available. For the latest information, see the <a href="https://www.elastic.co#{new_url}">current release documentation</a>
5050
</div>
5151
HTML
5252
else
5353
@url = Asciidoctor::Block.new(doc, :pass, source: <<~HTML)
5454
<div id="url-to-v3" class="version-warning">
55-
<bold>IMPORTANT</bold>: No additional bug fixes or documentation updates will be released for this version. For the latest information, see the <a href="https://www.elastic.co#{new_url}">current release documentation</a>
55+
<strong>IMPORTANT</strong>: No additional bug fixes or documentation updates will be released for this version. For the latest information, see the <a href="https://www.elastic.co#{new_url}">current release documentation</a>
5656
</div>
5757
HTML
5858
end

0 commit comments

Comments
 (0)