Replace hr by border-bottom

This commit is contained in:
JeLuF 2022-11-09 23:57:48 +01:00
parent 087df18fea
commit 4913dc1aad
2 changed files with 3 additions and 2 deletions

View File

@ -246,7 +246,6 @@
<div class="float-container">
<div class="float-child">
<h1>Help</h1>
<hr>
<ul id="help-links">
<li><span class="help-section">Using the software</span>
<ul>
@ -272,7 +271,6 @@
<div class="float-child">
<h1>Community</h1>
<hr>
<ul id="community-links">
<li><a href="https://discord.com/invite/u9yhsFmEkB" target="_blank"><i class="fa-brands fa-discord fa-fw"></i> Discord user community</a></li>
<li><a href="https://www.reddit.com/r/StableDiffusionUI/" target="_blank"><i class="fa-brands fa-reddit fa-fw"></i> Reddit community</a></li>

View File

@ -341,6 +341,9 @@ img {
color: var(--text-color);
text-decoration: none;
}
.float-child h1 {
border-bottom: solid 1px silver;
}
#help-links {
display: inline-block;
list-style-type: none;