No edit summary
No edit summary
Line 8: Line 8:
table.questrewards th {
table.questrewards th {
   background:#f0f0f0;
   background:#f0f0f0;
   font: normal 105% Verdana;
   font: normal 105%/105% Verdana;
}
}
   
   
Line 14: Line 14:
   text-align:center;
   text-align:center;
   width:100px;
   width:100px;
   font: normal 95% Verdana;
   font: normal 95%/105% Verdana;
   color:black;
   color:black;
}
}
Line 25: Line 25:
table.questrewards tr {
table.questrewards tr {
   vertical-align:top;
   vertical-align:top;
  line-height: 105%;
}
}

Revision as of 21:00, 29 December 2014

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

table.questrewards td:last-child {
   font: normal 100% arial;
   color:black;
}

table.questrewards tr {
   vertical-align:top;
}