(Created page with "table.questrewards { width:375px; border:1px solid #e5e5e5; background:#f9f9f9; margin-bottom:3px; } table.questrewards th { background:#f0f0f0; font: ...")
 
No edit summary
Line 8: Line 8:
table.questrewards th {
table.questrewards th {
   background:#f0f0f0;
   background:#f0f0f0;
   font: normal 105% verdana, arial, sans-serif;
   font: normal 105% verdana;
}
}
   
   
Line 14: Line 14:
   text-align:center;
   text-align:center;
   width:100px;
   width:100px;
   font: normal 95% verdana, arial, sans-serif;
   font: normal 95% verdana;
   color:black;
   color:black;
}
}

Revision as of 20:38, 29 December 2014

table.questrewards {
    width:375px;
    border:1px solid #e5e5e5;
    background:#f9f9f9;
    margin-bottom:3px;
}
 
table.questrewards th {
   background:#f0f0f0;
   font: normal 105% verdana;
}
 
table.questrewards td:first-child {
   text-align:center;
   width:100px;
   font: normal 95% verdana;
   color:black;
}
 
table.questrewards tr {
   vertical-align:top;
}