Give the mobile version a header.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Feb 2014 02:30:59 +0000 (21:30 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Feb 2014 02:30:59 +0000 (21:30 -0500)
core.css
hosted.css

index 443aebb61c9887ee3acf4cc09873585f63b1b2d2..0247aadd2f50bb3088c435a31b9d62f40e798fd4 100644 (file)
--- a/core.css
+++ b/core.css
@@ -88,7 +88,7 @@ hr {
   }
 
   li {
-    margin-bottom: 2em;
+    margin-bottom: 1.4em;
   }
 
   li input {
index 26c0fd32f0b17d8c2f5435d81aeb558aafc96289..c387c4d23b40be10a1198012001476797074d6cc 100644 (file)
@@ -50,10 +50,14 @@ iframe {
   body {
     background-color: #FFF;
     width: 100%;
+    font-size: 1.1em;
   }
 
   h1 {
     font-size: 1.5em;
+    background-color: hsl(0, 0%, 23%);
+    color: white;
+    padding: .2em;
   }
   p {
     display: none;
@@ -67,7 +71,7 @@ iframe {
   }
 
   iframe#core {
-    height: 30em;
+    height: 25em;
   }
 
   iframe#options {