mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +00:00
print: show more than just the title page #224
This commit is contained in:
parent
ee80b251ef
commit
23c858c99e
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ pre {
|
||||||
hr{
|
hr{
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
body,
|
||||||
|
#body-inner {
|
||||||
|
overflow: visible !important; /* turn off limitations for perfect scrollbar */
|
||||||
|
}
|
||||||
#body-inner.chapter h1 {
|
#body-inner.chapter h1 {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue