diff web/scoring/scores.css @ 31:7303535b5a5d

Right-align the numeric columns. The Game.printTable() method now right-aligns the name, rank, and score columns, by giving their cells a different CSS class.
author John "Elwin" Edwards
date Thu, 02 Jan 2014 11:39:57 -0500
parents 17f656035775
children d2c3c29ca4f9
line wrap: on
line diff
--- a/web/scoring/scores.css	Tue Dec 31 13:36:19 2013 -0500
+++ b/web/scoring/scores.css	Thu Jan 02 11:39:57 2014 -0500
@@ -42,3 +42,9 @@
 	display: table-cell;
 	padding: 0 1em;
 }
+
+span.sdatar {
+	display: table-cell;
+	padding: 0 1em;
+	text-align: right;
+}