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-website".

The branch, master has been updated
       via  301c59b738bcd338c79eade6754f77744425ce36 (commit)
      from  67b9958eeacdaba28b28477e827ef244e3723a77 (commit)


Summary of changes:
 static/media/css/holy-light.png |  Bin 5237 -> 4769 bytes
 static/media/css/main.css       |   18 +++++++-----------
 static/media/css/nav-back.png   |  Bin 49539 -> 423 bytes
 static/media/img/head-logo.png  |  Bin 5973 -> 5629 bytes
 templates/index.tpl             |    9 ++++++---
 templates/nav.tpl               |    4 +++-
 6 files changed, 16 insertions(+), 15 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 301c59b738bcd338c79eade6754f77744425ce36
Author: Gregory Collins <[email protected]>
Date:   Tue Sep 14 21:43:49 2010 -0400

    Implement suggestions from Google Page Speed

diff --git a/static/media/css/holy-light.png b/static/media/css/holy-light.png
index 0bc74ae..5f34ddd 100644
Binary files a/static/media/css/holy-light.png and 
b/static/media/css/holy-light.png differ
diff --git a/static/media/css/main.css b/static/media/css/main.css
index dcfe6e2..976f265 100644
--- a/static/media/css/main.css
+++ b/static/media/css/main.css
@@ -128,39 +128,35 @@ pre.code, pre.sourceCode, pre.shell {
     margin-bottom: 29px;
 }
 
-#blog-post div.post-meta {
+#blog-post .post-meta {
     width: 226px;
     padding: 0 22px 0 0;
     float: left;
 }
 
-#blog-post div.post-date {
+#blog-post .post-date {
     line-height: 29px;
     font-size: 70%;
     margin-bottom: 29px;
 }
 
-#blog-post div.post-summary {
+#blog-post .post-summary {
     line-height: 29px;
     color: #666;
 }
 
-#blog-post div.post-content {
+#blog-post .post-content {
     width: 680px;
     padding-right: 8px;
     float: left;
 }
 
-#blog-post div.post-content hr {
+#blog-post .post-content hr {
     width: 66%;
     margin: 2.5em auto;
 }
 
 
-
-
-
-
 tr.post {
     /*font-family: "Gill Sans", "PT Sans", "Arial", sans-serif;*/
     font-family: "PT Sans", "Arial", sans-serif;
@@ -563,7 +559,7 @@ p.foundabug {
     top:0px;
 }
 
-#nav li.selected {
+#nav .selected {
     background-image: url(selected-tick.png);
     background-position: center bottom;
     background-repeat: no-repeat;
@@ -601,7 +597,7 @@ p.foundabug {
     display: block;
 }
 
-#nav li.active a:link, #nav li.active a:visited{
+#nav .active a:link, #nav .active a:visited{
     color: #fff;
 }
 
diff --git a/static/media/css/nav-back.png b/static/media/css/nav-back.png
index f3acd9e..f6eb4b8 100644
Binary files a/static/media/css/nav-back.png and 
b/static/media/css/nav-back.png differ
diff --git a/static/media/img/head-logo.png b/static/media/img/head-logo.png
index 03529be..7fa8a19 100644
Binary files a/static/media/img/head-logo.png and 
b/static/media/img/head-logo.png differ
diff --git a/templates/index.tpl b/templates/index.tpl
index 22e6ef7..869e1f8 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -8,7 +8,8 @@
           <div class="slideshow">
 
             <div class="content">
-              <img src="/media/img/splash-img.png" title="Snap Framework" />
+              <img width="960" height="282"
+                   src="/media/img/splash-img.png" title="Snap Framework" />
               <p class="blurb">
                 a web framework for the
                 <a href="http://www.haskell.org";><strong>Haskell</strong></a> 
@@ -17,7 +18,8 @@
             </div>
 
             <div class="content" style="display: none;">
-              <img src="/media/img/splash-img-2.png" title="Snap Framework" />
+              <img width="960" height="282"
+                   src="/media/img/splash-img-2.png" title="Snap Framework" />
               <p class="blurb">
                 Built for speed from the bottom up. Check out
                 some <a href="/benchmarks">benchmarks.</a>
@@ -28,7 +30,8 @@
               <pre class="code code-example">$ cabal update
 $ cabal install snap-server
 $ mkdir foo; cd foo; snap init</pre>
-              <img src="/media/img/splash-img-3.png" title="Snap Framework" />
+              <img width="960" height="282"
+                   src="/media/img/splash-img-3.png" title="Snap Framework" />
               <p class="blurb">Snap is <a href="/download">quick and easy to
               install</a>.
               </p>
diff --git a/templates/nav.tpl b/templates/nav.tpl
index 56b0527..5fc1cf8 100644
--- a/templates/nav.tpl
+++ b/templates/nav.tpl
@@ -4,7 +4,9 @@
     <div class="inner">
 
       <h1>
-        <a href="/" ><img src="/media/img/head-logo.png" title="Snap 
Framework" /></a>
+        <a href="/" ><img width="250" height="23"
+                          src="/media/img/head-logo.png"
+                          title="Snap Framework" /></a>
       </h1>
 
     <div id="nav" class="nav">           
-----------------------------------------------------------------------


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

Reply via email to