styling
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 18 Jan 2016 11:57:53 +0000 (12:57 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 18 Jan 2016 11:57:53 +0000 (12:57 +0100)
html/style.css [new file with mode: 0644]

diff --git a/html/style.css b/html/style.css
new file mode 100644 (file)
index 0000000..5b9d125
--- /dev/null
@@ -0,0 +1,21 @@
+body {
+        font-family: sans-serif;
+        font-size: 100%;
+        padding: 0;
+        margin: 8pt 0 0 8pt;
+        background-color: #eee;
+}
+
+h1 {
+        font-size: 160%;
+        padding: 0;
+        margin: 0;
+}
+
+footer {
+        font-size: 80%;
+}
+
+audio {
+        margin: 20pt 20pt 20pt 20pt;
+}