www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

backend.css (242B)


      1 .show-game {
      2 	border-collapse: collapse;
      3 	margin-left: 4em;
      4 }
      5 
      6 form * {
      7 	margin-left: 0 !important;
      8 }
      9 
     10 .show-game td,
     11 .show-game th {
     12 	border: thin solid black;
     13 	padding: 0.3em;
     14 	text-align: left;
     15 }
     16 
     17 .show-game caption {
     18 	text-align: left;
     19 }