]> git.cworth.org Git - empires-server/commitdiff
Scribe: Small tweaks to the page layout
authorCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 19:26:35 +0000 (12:26 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 19:26:35 +0000 (12:26 -0700)
Adding a link to the game-title header, and moving attribution below
the game instead of above it.

templates/scribe-game.html

index b2a438568a335bf0cb14b0ce002425f2fc598e4b..0cd073ce445ecf8c371558c15d277b7be0f12881 100644 (file)
@@ -9,14 +9,17 @@
 {% endblock %}
 
 {% block page %}
-<h1>Scribe</h1>
+<h1><a href="/scribe">Scribe</a></h1>
+
+<div id="scribe"></div>
 
 <p>
-  A game
-  by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
-  Steere</a>, implemented by permission.
 </p>
 
-<div id="scribe"></div>
+<p style="font-size: 80%">
+  Scribe is
+  by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
+  Steere</a> and is implemented by permission.
+</p>
 
 {% endblock %}