Index: applications/mobileblur/static/css/base.css ================================================================== --- applications/mobileblur/static/css/base.css +++ applications/mobileblur/static/css/base.css @@ -522,10 +522,14 @@ header > h1 > a { text-decoration: none; color: white; font-weight: bold; } + +header > h2 { +/* border-top: 1px solid white;*/ +} #story-list { } #story-list > .story > a, .feed > a { Index: applications/mobileblur/views/feeds/view.html ================================================================== --- applications/mobileblur/views/feeds/view.html +++ applications/mobileblur/views/feeds/view.html @@ -1,9 +1,9 @@ {{extend 'layout.html'}} {{ block header_bonus }} -

{{= feed["feed_title"] }}

+

{{= feed["feed_title"] }}

Mark feed as read {{ end }}
{{ Index: applications/mobileblur/views/layout.html ================================================================== --- applications/mobileblur/views/layout.html +++ applications/mobileblur/views/layout.html @@ -91,19 +91,17 @@ -