Merge pull request #89 from markdotto/patch-1
authorDave Gamache <dhgamache@gmail.com>
Wed, 7 Nov 2012 04:29:40 +0000 (20:29 -0800)
committerDave Gamache <dhgamache@gmail.com>
Wed, 7 Nov 2012 04:29:40 +0000 (20:29 -0800)
CSS tweaks: comments, reset, and more

dist/template.html
docs/css/docs.css
test/app/choose-theater.html
test/app/settings.html

index b8820c1..5772f39 100644 (file)
@@ -10,6 +10,9 @@
     <!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    
+    <!-- Set a shorter title for iOS6 devices when saved to home screen -->
+    <meta name="apple-mobile-web-app-title" content="Ratchet">
 
     <!-- Set Apple icons for when prototype is saved to home screen -->
     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="touch-icons/apple-touch-icon-114x114.png">
index b054a4a..fbf2ca2 100644 (file)
@@ -267,7 +267,7 @@ h6 {
 
 .social ul {
   height: 20px;
-  padding-left: 50px;
+  padding-left: 20px;
   list-style: none;
   text-align: center;
 }
index 47cc5b9..1bec8dd 100644 (file)
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../dist/ratchet.css">
     <link rel="stylesheet" href="css/app.css">
     <script src="../../dist/ratchet.js"></script>
-    <script src="../../dos/js/fingerblast.js"></script>
+    <script src="../../docs/js/fingerblast.js"></script>
 
   </head>
   <body>
index 3a647d9..eaed189 100644 (file)
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../dist/ratchet.css">
     <link rel="stylesheet" href="css/app.css">
     <script src="../../dist/ratchet.js"></script>
-    <script src="../../dos/js/fingerblast.js"></script>
+    <script src="../../docs/js/fingerblast.js"></script>
 
   </head>
   <body>