changeset 440:5960251829c6

Work on some CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 23:51:55 +0200
parents 1e3aaa83b9d7
children a7d348fe2055
files show.css
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/show.css	Thu Dec 05 23:48:52 2013 +0200
+++ b/show.css	Thu Dec 05 23:51:55 2013 +0200
@@ -24,10 +24,19 @@
 div.showText {
 	z-index: 5;
 	color: #0f0;
-	font-size: 4.5em;
+	font-size: 3em;
 	text-align: center;
 }
 
+h1 {
+	font-size: 1.5em;
+	color: white;
+}
+
+h2 {
+	font-size: 1em;
+}
+
 div.compoNext {
 	z-index: 5;
 	color: #0f0;