File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,3 +140,11 @@ div.note .label { margin-right: 0.5em;
140140 * the top of modules.
141141 */
142142.availability .platform { font-weight : bold; }
143+
144+
145+ /*
146+ * Some specialization for printed output.
147+ */
148+ @media print {
149+ # bottom-navigation-panel { display : none; }
150+ }
Original file line number Diff line number Diff line change 227227
228228
229229sub top_navigation_panel () {
230- return " \n "
230+ return " \n <div id='top-navigation-panel'> \n "
231231 . make_nav_panel()
232- . " <br /><hr />\n " ;
232+ . " <br /><hr /></div> \n " ;
233233}
234234
235235sub bot_navigation_panel () {
236- return " \n <p></p><hr />\n "
236+ return " \n <div id='bottom-navigation-panel'>\n "
237+ . " <p></p><hr />\n "
237238 . make_nav_panel()
239+ . " </div>\n "
238240 . " <hr />\n "
239241 . get_version_text()
240242 . " \n " ;
You can’t perform that action at this time.
0 commit comments