# HG changeset patch # User Steve Losh # Date 1232059763 18000 # Node ID 8ddcf2364ea74202666f673e88ac6c70967a4fea # Parent cc77ca9376437e93b510cb6016873fa6a0913db7 Fixed the baseline rhythm issue on the iPhone. diff -r cc77ca937643 -r 8ddcf2364ea7 site-media/style/blog.css --- 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 { diff -r cc77ca937643 -r 8ddcf2364ea7 site-media/style/projects.css --- 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 { diff -r cc77ca937643 -r 8ddcf2364ea7 site-media/style/splash.css --- 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