From 1fb67f494719bfee4973e49e4f9a286ede35c65c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 22 Nov 2009 13:44:20 +1100 Subject: [PATCH] Remove test code --- layouts/default.html | 4 ---- output/css/style.css | 20 ++------------------ 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/layouts/default.html b/layouts/default.html index 7b047ab..47acf3a 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -11,10 +11,6 @@

<%= @item[:title] %>

- -

Something that seems to be a regression on the iPhone relative to all previous iPods is that song titles get truncated. Even in the original iPod the Now Playing screen would scroll the current song title so that you could read it all when it didn't fit on screen. Later model iPods also scrolled text that was wider than the screen when browsing menus. It seems the iPhone 3G does neither of these. I tried the three main views: Now Playing, List view (flip side of album art in now playing screen) and the track browsing screen. All three are pictured at the end of this post (which incidently was written using the very cool iPhone WordPress app). It seems the only way to see the full track name is to rotate the iPhone into the Coverflow view where the text fits given the added width of the screen. If anyone has any better suggestions I'd love to hear them.

- - <%= yield %>
diff --git a/output/css/style.css b/output/css/style.css index ab50b2b..d3f5509 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -2,18 +2,12 @@ font-family: "Titillium"; src: url(/fonts/TitilliumMaps26L001.otf) format("opentype"); } -/*@font-face { - font-family: "Contra"; - src: url(/fonts/CONTRA__.ttf) format("truetype"); -} -@font-face { - font-family: "League Gothic"; - src: url(/fonts/League%20Gothic.otf) format("opentype"); -}*/ body { font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif; font-size: 62.5%; + background: #fff; + padding: 1em; } p { @@ -22,25 +16,15 @@ p { margin: 1em 0; } -p.georgia { - font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif; -} - h1 { font-size: 4.5em; } h1,h2,h3,h4,h5,h6 { -/* font-family: "League Gothic", Contra, Titillium, Calibri, Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;*/ font-family: Titillium, Calibri, Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif; margin: 0.75em 0 0.25em 0; } -body { - background: #fff; - padding: 1em; -} - a { text-decoration: none; }