JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add tutorial tool, stub edit/delete
[crayon_mockup.git] / index.html
index 1556263..bc46e2a 100644 (file)
                .crayon_mockup .button {
                        display: inline-block;
                        border-radius: 4px;
+                       background: white;
                        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
                }
                .crayon_mockup .button + .button {
                        margin-left: 14px;
                }
-               .crayon_mockup .toolbar {
+               .crayon_mockup .toolbar, .crayon_mockup .tool_extra {
                        padding-bottom: 5px;
                }
        </style>
@@ -34,6 +35,7 @@
 <body>
        <h1>Crayon Mockup (working title)</h1>
        <p>Instructions: click in multiple different places in the box below to draw.</p>
+       <p>Tip: hover over buttons below to see keyboard shortcuts</p>
        <div class="crayon_mockup"></div>
 </body>
 </html>