Index: applications/mobileblur/static/css/base.css ================================================================== --- applications/mobileblur/static/css/base.css +++ applications/mobileblur/static/css/base.css @@ -530,12 +530,17 @@ text-decoration: none; color: white; font-weight: bold; } -header > h2 { +#story > header > a { + color: white; +} + +header > a> h2 { /* border-top: 1px solid white;*/ + color: white; } #story-list { /* background-color: #f2c84b;*/ } Index: applications/mobileblur/views/stories/view.html ================================================================== --- applications/mobileblur/views/stories/view.html +++ applications/mobileblur/views/stories/view.html @@ -1,14 +1,13 @@ {{extend 'layout.html'}} -
-
- - {{= story["story_title"] }} - -
+{{ block header_bonus }} + +

{{= story["story_title"] }}

+
Mark story as read - +{{ end }} +
{{= XML(story["story_content"]) }}