Skip to content

Commit

Permalink
Add a What's New Link
Browse files Browse the repository at this point in the history
  • Loading branch information
ckabalan committed Oct 15, 2024
1 parent 07b6571 commit 3cb96cc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
border-bottom:1px black dotted;
}

#whats_new {
cursor:pointer !important;
text-align: right;
width:15rem;
float:right;
}

#whats_new a {
width:15rem;
text-align: right;
text-decoration: none;
border-bottom:1px var(--bs-success) dotted;
}


#copy_url {
cursor:pointer !important;
text-align: center;
Expand Down
3 changes: 3 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ <h1>Visual Subnet Calculator</h1>
</div>
<div class="d-inline-block align-top align-top pt-1 ps-2 d-none" id="colors_word_close" aria-label="Stop Changing Colors"><span>&#171; Stop Changing Colors</span></div>
<div class="d-inline-block align-top pt-1 ps-3" id="copy_url"><span>Copy Shareable URL</span></div>
<div class="d-inline-block align-top pt-1 ps-3" id="whats_new">
<a title="Released 2024-10-15" class="link-success" href="https://github.com/ckabalan/visualsubnetcalc/releases/tag/v1.3.0" target="_blank" aria-label="What's New">v1.3.0 (What's New?)</a>
</div>
</div>


Expand Down

0 comments on commit 3cb96cc

Please sign in to comment.