Fixed the baseline rhythm issue on the iPhone.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Thu, 15 Jan 2009 17:49:23 -0500 | 
    
    
    
        | parents | 
        cc77ca937643 
 | 
    
    
        | children | 
        996ce4122e2f
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        site-media/style/blog.css site-media/style/projects.css site-media/style/splash.css  | 
    
Changes
    
--- a/site-media/style/blog.css	Wed Jan 14 19:53:54 2009 -0500
+++ b/site-media/style/blog.css	Thu Jan 15 17:49:23 2009 -0500
@@ -12,6 +12,7 @@
     border-bottom: 1px solid #eee;
     padding-bottom: 0.5em;
     padding-top: 0.5em;
+    -webkit-text-size-adjust: none;
 }
 
 h2.blog-list-entry-title {
--- a/site-media/style/projects.css	Wed Jan 14 19:53:54 2009 -0500
+++ b/site-media/style/projects.css	Thu Jan 15 17:49:23 2009 -0500
@@ -2,6 +2,7 @@
     border-bottom: 1px solid #eee;
     padding-bottom: 0.5em;
     padding-top: 0.5em;
+    -webkit-text-size-adjust: none;
 }
 
 h2.projects-list-entry-title {
--- a/site-media/style/splash.css	Wed Jan 14 19:53:54 2009 -0500
+++ b/site-media/style/splash.css	Thu Jan 15 17:49:23 2009 -0500
@@ -9,4 +9,5 @@
     display: inline;
     color: #666;
     font-weight: normal;
+    -webkit-text-size-adjust: none;
 }
\ No newline at end of file