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 2017/06/18 07:18:18 UTC

svn commit: r1799046 - in /comdev/reporter.apache.org/trunk/site: css/tabs.css ng.html

Author: humbedooh
Date: Sun Jun 18 07:18:18 2017
New Revision: 1799046

URL: http://svn.apache.org/viewvc?rev=1799046&view=rev
Log:
tweak color, add feather

Modified:
    comdev/reporter.apache.org/trunk/site/css/tabs.css
    comdev/reporter.apache.org/trunk/site/ng.html

Modified: comdev/reporter.apache.org/trunk/site/css/tabs.css
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/css/tabs.css?rev=1799046&r1=1799045&r2=1799046&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Sun Jun 18 07:18:18 2017
@@ -2,7 +2,7 @@ html {
     height: 100%;
 }
 html {
-    background: #645;
+    background: #456;
     font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
     color: #222;
     height: 100%;
@@ -35,7 +35,7 @@ a {
     height: 36px;
     width: 100%;
     text-align: center;
-    background: #645;
+    background: #456;
 }
 
 .tablink {
@@ -46,7 +46,7 @@ a {
     height: 26px;
     min-width: 110px;
     text-align: center;
-    border-right: 4px solid #645;
+    border-right: 4px solid #456;
     box-shadow: inset 0px -1px 2px rgba(0,0,0,0.75);
 }
 

Modified: comdev/reporter.apache.org/trunk/site/ng.html
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/ng.html?rev=1799046&r1=1799045&r2=1799046&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/ng.html (original)
+++ comdev/reporter.apache.org/trunk/site/ng.html Sun Jun 18 07:18:18 2017
@@ -6,7 +6,10 @@
 <link href="css/tabs.css" rel="stylesheet"/>
 </head>
 <body onload="loadTabs();">
-    <h1 style="color: #FFF; text-align: center;">Apache Committee Report Helper</h1>
+    <h1 style="color: #FFF; text-align: center;">
+        <img src="https://www.apache.org/foundation/press/kit/feather_small.png" style="height: 48px;" align="absmiddle"/>
+        Apache Committee Report Helper
+    </h1>
     <div id="wrapper" style="width: 100%; height: 700px; text-align: center;">
         Loading, hang on...
     </div>