You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2016/02/20 11:18:21 UTC

svn commit: r1731362 - /comdev/helpwanted.apache.org/site/css/hw2.css

Author: humbedooh
Date: Sat Feb 20 10:18:20 2016
New Revision: 1731362

URL: http://svn.apache.org/viewvc?rev=1731362&view=rev
Log:
don't have a green button, it looks weird with different colored backgrounds

Modified:
    comdev/helpwanted.apache.org/site/css/hw2.css

Modified: comdev/helpwanted.apache.org/site/css/hw2.css
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/css/hw2.css?rev=1731362&r1=1731361&r2=1731362&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/css/hw2.css (original)
+++ comdev/helpwanted.apache.org/site/css/hw2.css Sat Feb 20 10:18:20 2016
@@ -20,9 +20,10 @@
 
 .finishbutton {
 	text-align: center;
-	background: linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
-	border-radius: 15px;
-	padding: 10px 10px;
+	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
+	border-radius: 12px;
+	padding: 6px 6px;
+	margin-top: 12px;
 	display: block;
 	margin: 0 auto;
 	font-family: arial;