MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (fix new tabber behaviour)
m (missionrewards amount styling)
Line 898: Line 898:
}
}


table.missionrewards span.prob {
table.missionrewards span {
display: block;
display: block;
bottom: 1px;
bottom: 1px;
Line 905: Line 905:
padding: 0 4px;
padding: 0 4px;
color: #fff;
color: #fff;
}

table.missionrewards span.prob {
background: #406ea0;
background: #406ea0;
}

table.missionrewards span.amount {
background: #a06c40;
font-size: 12px;
}
}