Skip to content

Commit

Permalink
more traditional section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
digarok committed Aug 19, 2024
1 parent b65e83e commit 50294f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,16 @@ <h1>Toolbox Reference - By Tool Set</h1>
{{ range $toolcalls }}

{{ if ne $currentToolName .toolname }}

<br/>
<hr class="uncentered-hr">
<hr class="uncentered-hr">
<hr class="uncentered-hr">
<hr class="uncentered-hr">
<h2 id="{{ .toolname | urlize }}">{{ .toolname }}</h2>
<hr class="uncentered-hr">
<hr class="uncentered-hr">
<hr class="uncentered-hr">
{{ $currentToolName = .toolname }}
{{ end }}
<div class="api">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,10 @@ table.stack em
padding-right: 1em;
}


.uncentered-hr {
width: 200px;
margin: 2px;
border: none;
border-top: 2px solid black;
}

0 comments on commit 50294f1

Please sign in to comment.