passcode redemption: some tweaks to style sheet
This commit is contained in:
11
style.css
11
style.css
@ -936,6 +936,16 @@ td + td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* redeem results *****************************************************/
|
/* redeem results *****************************************************/
|
||||||
|
.redeemReward {
|
||||||
|
font-family: Inconsolata, Consolas, Menlo, "Courier New", monospace;
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.redeemReward .itemlevel {
|
||||||
|
padding: 0 0.2em;
|
||||||
|
}
|
||||||
|
/*
|
||||||
.redeem-result-table {
|
.redeem-result-table {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
@ -949,6 +959,7 @@ td + td {
|
|||||||
.redeem-result-html {
|
.redeem-result-html {
|
||||||
font-family: Inconsolata, Consolas, Menlo, "Courier New", monospace;
|
font-family: Inconsolata, Consolas, Menlo, "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.pl_nudge_date {
|
.pl_nudge_date {
|
||||||
background-color: #724510;
|
background-color: #724510;
|
||||||
|
Reference in New Issue
Block a user