mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-12 04:48:12 +02:00
Replace hr by border-bottom
This commit is contained in:
parent
087df18fea
commit
4913dc1aad
@ -246,7 +246,6 @@
|
|||||||
<div class="float-container">
|
<div class="float-container">
|
||||||
<div class="float-child">
|
<div class="float-child">
|
||||||
<h1>Help</h1>
|
<h1>Help</h1>
|
||||||
<hr>
|
|
||||||
<ul id="help-links">
|
<ul id="help-links">
|
||||||
<li><span class="help-section">Using the software</span>
|
<li><span class="help-section">Using the software</span>
|
||||||
<ul>
|
<ul>
|
||||||
@ -272,7 +271,6 @@
|
|||||||
|
|
||||||
<div class="float-child">
|
<div class="float-child">
|
||||||
<h1>Community</h1>
|
<h1>Community</h1>
|
||||||
<hr>
|
|
||||||
<ul id="community-links">
|
<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://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>
|
<li><a href="https://www.reddit.com/r/StableDiffusionUI/" target="_blank"><i class="fa-brands fa-reddit fa-fw"></i> Reddit community</a></li>
|
||||||
|
@ -341,6 +341,9 @@ img {
|
|||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.float-child h1 {
|
||||||
|
border-bottom: solid 1px silver;
|
||||||
|
}
|
||||||
#help-links {
|
#help-links {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user