We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1aa057 commit 7bc0e22Copy full SHA for 7bc0e22
styles/website.css
@@ -28,3 +28,25 @@ img.center {
28
#book-search-input input, #book-search-input input:focus, #book-search-input input:hover{
29
color: #222;
30
}
31
+
32
+@media print {
33
+ /* Hide side bar */
34
+ .book-summary {
35
+ display: none;
36
+ }
37
38
+ /*Hide top bar*/
39
+ .book-header {
40
41
42
43
+ /*Hide left and right navigation arrows*/
44
+ .navigation {
45
46
47
48
+ /*Make sure all content is displayed and not just the first page*/
49
+ .book-body {
50
+ position: static;
51
52
+}
0 commit comments