This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap".

The branch, master has been updated
       via  ea4f84efba38bad3809dfb3aabfefafd0542ecad (commit)
      from  0ec4710bd0e896a20f9ca1c5c91c0c779ca52dc0 (commit)


Summary of changes:
 project_template/hint/resources/static/screen.css  |    6 ++++++
 .../hint/resources/templates/index.tpl             |   16 +++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ea4f84efba38bad3809dfb3aabfefafd0542ecad
Author: Carl Howells <[email protected]>
Date:   Thu Jun 24 11:31:33 2010 -0700

    Updates to the templates

diff --git a/project_template/hint/resources/static/screen.css 
b/project_template/hint/resources/static/screen.css
index 4393d71..b052609 100644
--- a/project_template/hint/resources/static/screen.css
+++ b/project_template/hint/resources/static/screen.css
@@ -18,3 +18,9 @@ a :hover {
 img {
    border: none;
 }
+#content {
+   padding-left: 1em;
+}
+#info {
+   font-size: 60%;
+}
diff --git a/project_template/hint/resources/templates/index.tpl 
b/project_template/hint/resources/templates/index.tpl
index 042fea1..ee70bc2 100644
--- a/project_template/hint/resources/templates/index.tpl
+++ b/project_template/hint/resources/templates/index.tpl
@@ -5,17 +5,23 @@
     <link rel="stylesheet" type="text/css" href="screen.css"/>
   </head>
   <body>
-    <div style="padding-left: 1em;">
+    <div id="content">
       <h1>It works!</h1>
       <p>
         This is a simple demo page served using
         <a href="http://snapframework.com/docs/tutorials/heist";>Heist</a>
         and the <a href="http://snapframework.com/";>Snap</a> web framework.
       </p>
-      <p>
-        This site's config was loaded at <loadTime/>, and this page
-        was generated at <renderTime/>.
-      </p>
+      <table id="info">
+        <tr>
+          <td>Config generated at:</td>
+          <td><loadTime/></td>
+        </tr>
+        <tr>
+          <td>Page generated at:</td>
+          <td><renderTime/></td>
+        </tr>
+      </table>
     </div>
   </body>
 </html>
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to