summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-31 17:47:38 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-08 16:36:48 +0100
commitd818566e2e80b4cbb4eab80c95229e317bf9332d (patch)
tree89308a56e860e6306196c5907ceec312206b8f2c /play.html
parent4a3d059599d88ddfea44c9d57f0db5aeba1e3780 (diff)
downloadtable-battles-d818566e2e80b4cbb4eab80c95229e317bf9332d.tar.gz
WIP paintings and wikipedia links
Diffstat (limited to 'play.html')
-rw-r--r--play.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/play.html b/play.html
index dec92ea..1155ccd 100644
--- a/play.html
+++ b/play.html
@@ -53,6 +53,15 @@
padding: 2px 8px;
}
+#log .h1 a {
+ color: black;
+ text-decoration: none;
+}
+
+#log .h1 a:hover {
+ text-decoration: underline;
+}
+
#log .h2 {
text-align: center;
font-variant: small-caps;
@@ -70,6 +79,11 @@
#log div.i1 { padding-left: 32px; text-indent: -12px; }
#log div.i2 { padding-left: 44px; text-indent: -12px; }
+#log img {
+ padding: 0;
+ max-width: 100%;
+}
+
#log .lore {
font-style: italic;
text-indent: 0;