mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Add hr below table of contents and theme it
This commit is contained in:
parent
2a7a427992
commit
165e6a580e
@ -74,10 +74,14 @@ a:hover {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid #222;
|
||||
border-left: 5px solid #333;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
/* Breadcrumb Navigation */
|
||||
ul.breadcrumb {
|
||||
padding 10px 16px;
|
||||
|
@ -27,6 +27,7 @@
|
||||
<h3>Table of Contents</h3>
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
<hr>
|
||||
{{ end }}
|
||||
|
||||
{{ .Content }}
|
||||
|
Loading…
Reference in New Issue
Block a user