diff options
Diffstat (limited to 'css/bidding.css')
-rw-r--r-- | css/bidding.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/bidding.css b/css/bidding.css index 6de8eae..bb289c2 100644 --- a/css/bidding.css +++ b/css/bidding.css @@ -5,4 +5,5 @@ box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); } #bidding_popup table { width: 100%; text-align: center; } -#bidding_popup table th { text-align: center; }
\ No newline at end of file +#bidding_popup table th { text-align: center; } +a.biddingLink { background: url('../images/link.png') no-repeat; display: inline-block; width: 16px; height: 16px; float: right; margin: 1px 1px 1px 3px } |