From cdf6b3db95227d470f77f49c6fa0d6a1c804ae13 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 22 Feb 2011 20:22:20 -0600 Subject: [PATCH] Web (Storycraft): pop h3 titles on the sections of the game summaries --- web/static/storycraft/page.css | 4 ++++ web/templates/storycraft/tmpl_game_summary.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/web/static/storycraft/page.css b/web/static/storycraft/page.css index ab8044d..980e675 100644 --- a/web/static/storycraft/page.css +++ b/web/static/storycraft/page.css @@ -158,6 +158,10 @@ body { font-size: 8pt; } +.hidden { + display: none; +} + /* vi:tabstop=4:expandtab:autoindent */ diff --git a/web/templates/storycraft/tmpl_game_summary.html b/web/templates/storycraft/tmpl_game_summary.html index 8db7622..69caf71 100644 --- a/web/templates/storycraft/tmpl_game_summary.html +++ b/web/templates/storycraft/tmpl_game_summary.html @@ -1,11 +1,13 @@ {% autoescape on %}
+ {% if players %} +