Author: nick
Date: 2008-05-04 13:38:03 -0400 (Sun, 04 May 2008)
New Revision: 16502

Modified:
   streetsblog/trunk/wp-content/themes/woonerf/404.php
   streetsblog/trunk/wp-content/themes/woonerf/all-comments.php
   streetsblog/trunk/wp-content/themes/woonerf/contribute.php
   streetsblog/trunk/wp-content/themes/woonerf/style.css
Log:
 * updated markup on 404 page
 * standardized treatment of page titles, using h2.page-title


Modified: streetsblog/trunk/wp-content/themes/woonerf/404.php
===================================================================
--- streetsblog/trunk/wp-content/themes/woonerf/404.php 2008-05-04 01:48:03 UTC 
(rev 16501)
+++ streetsblog/trunk/wp-content/themes/woonerf/404.php 2008-05-04 17:38:03 UTC 
(rev 16502)
@@ -1,29 +1,19 @@
 <?php header("HTTP/1.1 404 Not Found"); ?>
 <?php get_header(); ?>
-<div id="main" class="selfclear">
-  <div class="wrap selfclear">
-    <h2 class="primary-section">BLOG</h2>
-    <div id="content">
-      <h2 class="section">Error</h2>
-      <div id="post-error" class="post single-post">
-        <h2 class="post-title-single">Not Found</h2>
-        <div class="post-entry">
-          <p>We're sorry. There's been a problem finding the page you're 
looking for. Perhaps . . .</p>
-          <ul>
-            <li>the page your looking for was moved</li>
-            <li>your referring site gave you an incorrect address</li>
-            <li>something went terribly wrong</li>
-          </ul> 
-          <p>Use the search box and see if you can't find what you're looking 
for.</p>
-          <form id="searchform" method="get" action="<?php bloginfo('home'); 
?>/">
-            <div>
-              <input id="s" name="s" type="text" value="<?php echo 
wp_specialchars($s, 1); ?>" tabindex="1" size="10" /> <input id="searchsubmit" 
name="searchsubmit" type="submit" value="Find" tabindex="2" />
-            </div>
-          </form>
-        </div><!-- /.post-entry -->
-      </div><!-- /.post -->
-    </div><!-- /#content -->
-<?php get_sidebar(); ?>
-  </div>
-</div><!-- /#main -->
+
+<h2 class="page-title">Page Not Found</h2>
+      <p>Oops!  The page you're looking for doesn't exist. <br />Please 
double-check the address and try again.</p>
+      <p>It's possible that...</p>
+      <ul>
+        <li>the page your looking for was moved</li>
+        <li>your referring site gave you an incorrect address</li>
+        <li>something went terribly wrong</li>
+      </ul> 
+      <p>Use the search box and see if you can find what you're looking 
for.</p>
+      <form id="searchform" method="get" action="<?php bloginfo('home'); ?>/">
+        <div>
+          <input id="s" name="s" type="text" value="<?php echo 
wp_specialchars($s, 1); ?>" tabindex="1" size="30" /> <input id="searchsubmit" 
name="searchsubmit" type="submit" value="Find" tabindex="2" />
+        </div>
+      </form>
+
 <?php get_footer(); ?>
\ No newline at end of file

Modified: streetsblog/trunk/wp-content/themes/woonerf/all-comments.php
===================================================================
--- streetsblog/trunk/wp-content/themes/woonerf/all-comments.php        
2008-05-04 01:48:03 UTC (rev 16501)
+++ streetsblog/trunk/wp-content/themes/woonerf/all-comments.php        
2008-05-04 17:38:03 UTC (rev 16502)
@@ -1,5 +1,5 @@
 <?php get_header(); global $wpdb, $comment;?>
-<h2 class="title">Recent Comments</h2>
+<h2 class="page-title">Recent Comments</h2>
 <div style="margin: 6px 8px 0 0; float: right; position: relative;"><a 
class="feed" title="Feed of all recent comments" href="<?php 
bloginfo('siteurl'); ?>/?feed=comments-rss2">RSS</a></div>
 
 

Modified: streetsblog/trunk/wp-content/themes/woonerf/contribute.php
===================================================================
--- streetsblog/trunk/wp-content/themes/woonerf/contribute.php  2008-05-04 
01:48:03 UTC (rev 16501)
+++ streetsblog/trunk/wp-content/themes/woonerf/contribute.php  2008-05-04 
17:38:03 UTC (rev 16502)
@@ -13,7 +13,7 @@
 }
 </style>
 
-<h1>Contribute!</h1>
+<h2 class="page-title">Contribute!</h2>
 
 <div id="contribute" class="clearAfter">
   <div id="contribute_photos">

Modified: streetsblog/trunk/wp-content/themes/woonerf/style.css
===================================================================
--- streetsblog/trunk/wp-content/themes/woonerf/style.css       2008-05-04 
01:48:03 UTC (rev 16501)
+++ streetsblog/trunk/wp-content/themes/woonerf/style.css       2008-05-04 
17:38:03 UTC (rev 16502)
@@ -838,9 +838,13 @@
 
 }
 
+/*-----------------------
+Pages
+-----------------------*/
+h2.page-title {
+font-size: 1.6em;
+}
 
-
-
 /*-----------------------
 Posts
 -----------------------*/



--
Archive: 
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2008/05/1209922694390
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to