Add hr to header and style hrs

This commit is contained in:
floppydiskette 2023-12-31 02:21:44 +00:00
parent 00963a4b39
commit e0f354f4d2
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
2 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,11 @@ ul {
list-style-type: square; list-style-type: square;
} }
hr {
border: 1px solid var(--foreground);
border-bottom: none;
}
div.page { div.page {
min-width: 780px; min-width: 780px;
max-width: 800px; max-width: 800px;
@ -279,6 +284,11 @@ table.gb-entry {
margin-bottom: 5px; margin-bottom: 5px;
} }
table.gb-entry hr {
border: 1px dotted var(--foreground);
border-bottom: none;
}
table.gb-admin { table.gb-admin {
margin-bottom: 5px; margin-bottom: 5px;
width: 500px; width: 500px;

View file

@ -14,3 +14,4 @@
</div> </div>
</div> </div>
</nav> </nav>
<hr>