diff style-rlg.css @ 56:7f3ca16409fe

RLG-Web client: display a list of current games. Incorporate information from /status to create a list of ongoing games. Eventually these will be watchable.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 18 Jun 2012 14:30:05 -0700
parents bef5629f50d8
children e7c864e80a79
line wrap: on
line diff
--- a/style-rlg.css	Mon Jun 18 13:43:51 2012 -0700
+++ b/style-rlg.css	Mon Jun 18 14:30:05 2012 -0700
@@ -40,6 +40,15 @@
 	text-align: center;
 }
 
+div.formtable > div.tcapt {
+	display: table-caption;
+	caption-side: top;
+	margin: 0 auto;
+	padding: 0.4em;
+	font-weight: bold;
+	text-align: center;
+}
+
 span.ibutton {
 	background-color: #D0D0D0;
 	border: 2px solid #101040;