Improved default styles
authorP. F. Chimento <philip.chimento@gmail.com>
Sat, 29 Jan 2011 16:33:17 +0000 (17:33 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Sat, 29 Jan 2011 16:33:17 +0000 (17:33 +0100)
Defined the default styles so as to be as accommodating as possible to
the largest possible number of games. In particular, games that abuse
the "Header" style to print bold text.

player/style.css

index b012c767bfbe91d5b0f7f9c613942246c426eba8..7a37d70d072cdc907018606b60df142de2c87f55 100644 (file)
  * text-align (left/right/center)
  */
 grid {
-       font-size: 14;
+       font-size: 11;
 }
 
 buffer {
-       font-size: 14;
+       font-size: 11;
 }
 
 grid.user1 {
@@ -40,7 +40,6 @@ grid.user1 {
 
 buffer.header {
        font-weight: bold;
-       text-align: center;
 }
 
 buffer.subheader {