Skip to content

Commit

Permalink
fix borders on listing blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 27, 2024
1 parent 1e68758 commit 339e83f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/ROOT/pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ a:hover {

#toc a {
color: black;
font-weight: normal;
}

#toc li {
Expand All @@ -71,6 +72,10 @@ a:hover {
color: black;
}

#content ul {
list-style: '\25b9 ';
}

h1 {
font-size: 1.4em;
font-weight: lighter;
Expand Down Expand Up @@ -150,6 +155,14 @@ th {
border-radius: 1em;
}

.listing-block .title {
border-radius: 1em 0 1em 0;
}

.listing-block .content {
border-radius: 0 1em 0 1em;
}

hr {
clear: both;
border: 0;
Expand Down

0 comments on commit 339e83f

Please sign in to comment.