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/18 19:27:32 UTC

svn commit: r1731107 - in /comdev/helpwanted.apache.org/site: css/hwsplash.css index.html

Author: humbedooh
Date: Thu Feb 18 18:27:31 2016
New Revision: 1731107

URL: http://svn.apache.org/viewvc?rev=1731107&view=rev
Log:
wording + styling

Modified:
    comdev/helpwanted.apache.org/site/css/hwsplash.css
    comdev/helpwanted.apache.org/site/index.html

Modified: comdev/helpwanted.apache.org/site/css/hwsplash.css
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/css/hwsplash.css?rev=1731107&r1=1731106&r2=1731107&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/css/hwsplash.css (original)
+++ comdev/helpwanted.apache.org/site/css/hwsplash.css Thu Feb 18 18:27:31 2016
@@ -15,12 +15,12 @@ html {
     line-height: 48px;
     font-weight: bold;
     color: #333;
-    background: rgba(220,220,255,0.8);
+    background: rgba(220,220,255,0.85);
     border-radius: 12px;
 }
 
 .option_a:hover {
-    background: rgba(220,220,255,0.95);
+    background: rgba(220,220,255,1);
     cursor: pointer;
 }
 
@@ -32,12 +32,12 @@ html {
     line-height: 48px;
     font-weight: bold;
     color: #333;
-    background: rgba(220,255,220,0.8);
+    background: rgba(220,255,220,0.85);
     border-radius: 12px;
 }
 
 .option_b:hover {
-    background: rgba(220,255,220,0.95);
+    background: rgba(220,255,220,1);
     cursor: pointer;
 }
 
@@ -50,12 +50,12 @@ html {
     line-height: 48px;
     font-weight: bold;
     color: #333;
-    background: rgba(255,220,220,0.8);
+    background: rgba(255,220,220,0.85);
     border-radius: 12px;
 }
 
 .option_c:hover {
-    background: rgba(255,220,220,0.95);
+    background: rgba(255,220,220,1);
     cursor: pointer;
 }
 

Modified: comdev/helpwanted.apache.org/site/index.html
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/index.html?rev=1731107&r1=1731106&r2=1731107&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/index.html (original)
+++ comdev/helpwanted.apache.org/site/index.html Thu Feb 18 18:27:31 2016
@@ -26,10 +26,10 @@
         <div></div>I want to help out!
     </div>
     <div class="option option_b" onclick="location.href='./admin/'">
-        <div></div>I am an Apache committer and wish to add or edit tasks
+        <div></div>I am an Apache committer and wish to add or edit tasks.
     </div>
     <div class="option option_c" onclick="location.href='./wtest.html'">
-        <div></div>I want to help spread the word about Help Wanted!
+        <div></div>I want to help spread the word about <q>Help Wanted</q>!
     </div>
 </div>