From c4a2a8c955b5d47d6bab2c7a28515f1319ffaa7b Mon Sep 17 00:00:00 2001 From: fkloft Date: Sat, 9 Aug 2014 00:21:52 +0200 Subject: [PATCH] passcode redemption: some tweaks to style sheet --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 678a7964..566cd4fb 100644 --- a/style.css +++ b/style.css @@ -936,6 +936,16 @@ td + td { } /* 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 { font-size: 14px; table-layout: fixed; @@ -949,6 +959,7 @@ td + td { .redeem-result-html { font-family: Inconsolata, Consolas, Menlo, "Courier New", monospace; } +*/ .pl_nudge_date { background-color: #724510;