lib/infuse/themes/plain/custom.css in n3bulous-infuse-0.9.2 vs lib/infuse/themes/plain/custom.css in n3bulous-infuse-0.9.3
- old
+ new
@@ -35,5 +35,20 @@
#controls #navLinks a { color: #ffe8b2; }
.step { color: gray; }
/* or hide next steps e.g. .step { visibility: hidden; } */
.stepcurrent { color: yellow; }
+
+.center-img {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+
+.title-slide {
+ text-align: center;
+}
+
+.title-slide h1 { font-size: 4em; }
+.title-slide h2 { font-size: 3em; }
+.title-slide h3 { font-size: 2em; }