12,417
edits
Coffeesaga (talk | contribs) No edit summary |
Coffeesaga (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
background-color:#f9f9f9; | background-color:#f9f9f9; | ||
border-top:1px solid #b3b3b3; | border-top:1px solid #b3b3b3; | ||
} | } | ||
.date { | .date { | ||
flex:25%; | flex:25%; | ||
max-width:150px; | max-width:150px; | ||
} | |||
.format { | |||
flex:25%; | |||
max-width:200px; | |||
} | } | ||
.players { | .players { | ||
Line 20: | Line 21: | ||
max-width:300px; | max-width:300px; | ||
font-weight:bold; | font-weight:bold; | ||
} | |||
.winnercontent { | |||
flex:25%; | |||
max-width:400px; | |||
} | |||
.deckcontent { | |||
flex:25%; | |||
max-width:400px; | |||
} | } | ||