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 {
|
blockquote {
|
||||||
border-left: 5px solid #222;
|
border-left: 5px solid #333;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
/* Breadcrumb Navigation */
|
/* Breadcrumb Navigation */
|
||||||
ul.breadcrumb {
|
ul.breadcrumb {
|
||||||
padding 10px 16px;
|
padding 10px 16px;
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<h3>Table of Contents</h3>
|
<h3>Table of Contents</h3>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
Loading…
Reference in New Issue
Block a user