Add hr to header and style hrs
This commit is contained in:
parent
00963a4b39
commit
e0f354f4d2
2 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -14,3 +14,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue