comparison 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
comparison
equal deleted inserted replaced
30:e8f3b7994d88 31:7303535b5a5d
40 40
41 span.sdata { 41 span.sdata {
42 display: table-cell; 42 display: table-cell;
43 padding: 0 1em; 43 padding: 0 1em;
44 } 44 }
45
46 span.sdatar {
47 display: table-cell;
48 padding: 0 1em;
49 text-align: right;
50 }