Commit 77dc0e9d authored by Ed Spencer's avatar Ed Spencer
Browse files

added some temp styling to touch iframe

parent 62db1711
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -8,6 +8,33 @@
    <link rel="stylesheet" type="text/css" href="touch/resources/css/sencha-touch.css">

    <style id="iframe-css" type="text/css"></style>
    <style type="text/css" media="screen">
        .home {
            text-align: center;
        }
        
        .home img {
            width: 64%;
        }
        
        .home h1 {
            font-weight: bold;
            font-size: 1.2em;
        }
        
        .home p {
            color: #666;
            font-size: 0.8em;
            line-height: 1.5em;
            margin: 10px 20px 12px 20px;
        }
        
        .home h2 {
            color: #999;
            font-size: 0.7em;
        }
    </style>
    
    <script type="text/javascript">
        var refreshPage = function(code, options) {
            try {