mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
theme: adjust print style for horizontal rulers #93
This commit is contained in:
parent
1a956aa5cf
commit
3471aefa88
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ pre {
|
||||||
/* we don't need this while printing */
|
/* we don't need this while printing */
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
hr{
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
#chapter h1 {
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
.footline {
|
.footline {
|
||||||
/* in print mode show footer line to signal reader the end of document */
|
/* in print mode show footer line to signal reader the end of document */
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
|
|
Loading…
Add table
Reference in a new issue