commit 5d91aad56ca87bd3f95c2eb0ecf1c19f5e992626 Author: MehrabKamrani mk.zizou@gmail.com Date: Sat Dec 26 00:23:08 2015 +0800
put border between bitcoin and check / eu transfer section --- css/donate-style.css | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/css/donate-style.css b/css/donate-style.css index 901eaa6..d4fd12b 100644 --- a/css/donate-style.css +++ b/css/donate-style.css @@ -280,6 +280,7 @@ blockquote footer{ padding-top: 10px; padding-left: 30px; padding-right: 30px; + border-left: 1px dashed #e3e3e3; } .minor-other-ways{ background-color: #FAFAFA; @@ -353,6 +354,10 @@ footer.footer{ #donate > .btn-group { margin-bottom: 15px; } + .check-eutransfer{ + border-left: none; + border-top: 1px dashed #e3e3e3; + } #bitpayDonation > .well { margin-bottom: 30px; }
tor-commits@lists.torproject.org