Skip to content

Commit

Permalink
Make the hr around figures a consistent color/style with the other thin
Browse files Browse the repository at this point in the history
lines around stuff
  • Loading branch information
jirilebl committed Nov 9, 2021
1 parent f10d251 commit 610b6ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ li { display: list-item; }
.searchwrapper { display:none; }
.has-sidebar-left.mathbook-loaded.sidebar-left-open .main { margin-left:0px!important; left:auto!important; }
}
hr.rahr {
border-style: none;
background-color: #666;
height: 1px;
}
2 changes: 1 addition & 1 deletion realanal-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<!-- need hr (so far only using to separate figures) so nonstandard pretext -->
<xsl:template match="rahr">
<hr/>
<hr class="rahr"/>
</xsl:template>

<!-- need inline image, custom width, maxwidth, etc.., so nonstandard -->
Expand Down

0 comments on commit 610b6ac

Please sign in to comment.