Index: applications/mobileblur/static/css/base.css ================================================================== --- applications/mobileblur/static/css/base.css +++ applications/mobileblur/static/css/base.css @@ -514,21 +514,22 @@ p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } } body { -/* background-color: #f2c84b;*/ color: #493F3E } +#content { + padding: 0 0.5% 0 0.5%; +} a, a:hover { text-decoration: none; } header { background-color: #95392E; - padding: 1%; border-bottom: 1px solid #95392E; color: white; } header > h1 > a { text-decoration: none; @@ -548,10 +549,11 @@ #story-list { /* background-color: #f2c84b;*/ } #story-list a, .feed { + padding: 0.5% 0 0.5% 0; font-weight: bold; margin-top: 0; } .story-date { @@ -575,11 +577,11 @@ color: #493F3E; } #story-list .story, .feed { text-decoration: none; - padding: .5%; + padding: .5 0 .5% 0%; border-top: 1px solid #95392E; margin-top: .33%; } span.ps, span.nt, span.ng { @@ -596,14 +598,13 @@ background-color: red; } footer { background-color: #95392E; - padding: 1%; border-top: 1px solid #95392E; color: white; } footer a { text-decoration: none; color: white; font-weight: bold; } Index: applications/mobileblur/views/layout.html ================================================================== --- applications/mobileblur/views/layout.html +++ applications/mobileblur/views/layout.html @@ -57,12 +57,10 @@ else: left_sidebar_style = 'style="display: none;"' if right_sidebar_enabled: right_sidebar_style = 'style="display: block;"' else: right_sidebar_style = 'style="display: none;"' style_content = 'style="width: %s"' % width_content }} - - @@ -77,11 +75,11 @@

MobileBlur

{{end}} {{ block header_bonus }}{{end}} -
+
{{include}}