Mark navigation by class and center it.
--- a/header.rst Sun Jan 10 16:52:45 2016 +0200
+++ b/header.rst Sun Jan 10 16:53:30 2016 +0200
@@ -9,5 +9,7 @@
.. _Hacking: HACKING.html
.. _Authors: AUTHORS.html
+.. class:: nav
+
[ Play_ | About_ | Changes_ | AIs_ | Hacking_ | Authors_ ]
--- a/rst.css Sun Jan 10 16:52:45 2016 +0200
+++ b/rst.css Sun Jan 10 16:53:30 2016 +0200
@@ -1,5 +1,7 @@
body, frameset { background-color: ivory; }
body { padding: 0 10% 0 10%; }
+p.nav { text-align: center; }
+
a { text-decoration:none; }
a:link { color: brown; }
a:visited { color: IndianRed; }