diff presentation/s6/themes/print.css @ 189:1369f653e34e default tip

fix
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Thu, 01 Mar 2018 15:04:46 +0900
parents c3d28436cddc
children
line wrap: on
line diff
--- a/presentation/s6/themes/print.css	Mon Feb 19 21:24:19 2018 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-/*********************************
 * CSS @media print rules (not projection or screen)
 */
-body {
-  font-size: 12pt;
-}
-.slide {
-  display: block !important;
-  page-break-inside: avoid;
-  /********************
   * Extra styling for first slide (title/cover slide)
   */
-}
-.slide h1 {
-  page-break-after: avoid;
-}
-.slide ul {
-  page-break-inside: avoid;
-}
-.slide h1 {
-  border-top: 2pt solid gray;
-  border-bottom: 1px dotted silver;
-}
-.slide:first-child {
-  margin-bottom: 3em;
-}
-.slide:first-child h1 {
-  font-size: 200%;
-  border: none;
-  margin: 0.5em 0 0.25em;
-}
-.slide:first-child h3 {
-  margin: 0;
-  padding: 0;
-}
-.slide:first-child h4 {
-  margin: 0 0 0.5em;
-  padding: 0;
-}