two finger tapping does not work...
[hacks/simpleWebSlides.git] / themes / webTwoPointO.css
index 4dd0c78..3031736 100644 (file)
 }
 
 /* Title of the slide */
-.sws-title {
-    top: 0vh;
-    height: 10vh;
-}
-.sws-title h1 {
+h1 {
     color: #f14a29;
     font-size: 5vh;
     text-align:center;
 }
 /* The inner canvas and content */
 .sws-inner-canvas {
-    top: 10vh;
+    top: 0vh;
     height: 85vh;
 }
 .sws-content {
@@ -37,7 +33,6 @@
     text-align: right;
 }
 
-
 .sws-slide-num-sep:after {
     content: "/";
 }
@@ -52,6 +47,9 @@ body {
 code, pre, tt {
     font-family: 'Inconsolata', monospace;
 }
+code {
+    white-space: pre;
+}
 
 ul {
     list-style-type: square;