Skip to content

Commit

Permalink
Remove bottom border from settings tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed Nov 3, 2024
1 parent ae9f291 commit 9ec6b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h5 class="titleHeader">
</div>
<div class="messaging">
<div class="row">
<div class="col-12 border-bottom border-dark">
<div class="col-12">
<div class="nav nav-pills m-2" role="tablist" aria-orientation="vertical">
<a class="nav-link active text-light" id="general-tab" data-toggle="pill" data-target="#general-content" href="#" role="tab" aria-controls="general-content" aria-selected="true">General</a>
<a class="nav-link text-light" id="numerology-tab" data-toggle="pill" data-target="#numerology-content" href="#" role="tab" aria-controls="numerology-content" aria-selected="false">Numerology</a>
Expand Down

0 comments on commit 9ec6b06

Please sign in to comment.