Index: applications/mobileblur/static/css/base.css ================================================================== --- applications/mobileblur/static/css/base.css +++ applications/mobileblur/static/css/base.css @@ -143,13 +143,14 @@ /* always force a scrollbar in non-IE */ html { overflow-y: scroll; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active { outline: none; } - +/* a, a:active, a:visited { color:#607890; } a:hover { color:#036; } +*/ ul, ol { margin-left: 1.8em; } ol { list-style-type: decimal; } /* Remove margins for navigation lists */ @@ -552,5 +553,11 @@ @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } } +#story-list > .read > h2 { + color: #607890; +} +#story-list > .unread > h2 { + color: #306; +} Index: applications/mobileblur/views/feeds/view.html ================================================================== --- applications/mobileblur/views/feeds/view.html +++ applications/mobileblur/views/feeds/view.html @@ -2,11 +2,13 @@ {{extend 'layout.html'}}

{{= feed["feed_title"] }}

Mark feed as read -{{ for story in stories: }} -

{{= story["story_title"] }}

-{{ pass }} +
+ {{ for story in stories: }} +

{{= story["story_title"] }}

+ {{ pass }} +
{{block left_sidebar}}New Left Sidebar Content{{end}} {{block right_sidebar}}New Right Sidebar Content{{end}}