commit 938e125b2c7307ff4fe0da31e6323a256b0debf6 Author: MehrabKamrani mk.zizou@gmail.com Date: Sat Dec 26 00:12:02 2015 +0800
change background color of other ways section --- css/donate-style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/css/donate-style.css b/css/donate-style.css index 6111d03..901eaa6 100644 --- a/css/donate-style.css +++ b/css/donate-style.css @@ -247,6 +247,9 @@ blockquote footer{ #other-ways-section > .container-fluid{ padding: 0; } +.main-other-ways{ + background-color: #f5f5f5; +} .hundred.toptwenty{ text-align: justify; margin-top: 0; @@ -263,7 +266,6 @@ blockquote footer{ padding-top: 10px; padding-left: 30px; padding-right: 30px; - background-color: #F5F5F5; } #bitpayDonation > .well > .form-group { margin-right: 0; @@ -278,7 +280,9 @@ blockquote footer{ padding-top: 10px; padding-left: 30px; padding-right: 30px; - background-color: #F0F0F0; +} +.minor-other-ways{ + background-color: #FAFAFA; } .even-more{ padding: 25px 0;
tor-commits@lists.torproject.org