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 16:35:37 UTC

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

Author: humbedooh
Date: Sun Jun 18 16:35:37 2017
New Revision: 1799104

URL: http://svn.apache.org/viewvc?rev=1799104&view=rev
Log:
brighten things

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=1799104&r1=1799103&r2=1799104&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/css/tabs.css (original)
+++ comdev/reporter.apache.org/trunk/site/css/tabs.css Sun Jun 18 16:35:37 2017
@@ -2,7 +2,7 @@ html {
     height: 100%;
 }
 html {
-    background: #456;
+    background: #BCD;
     font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
     color: #222;
     height: 100%;

Modified: comdev/reporter.apache.org/trunk/site/ng.html
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/ng.html?rev=1799104&r1=1799103&r2=1799104&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/ng.html (original)
+++ comdev/reporter.apache.org/trunk/site/ng.html Sun Jun 18 16:35:37 2017
@@ -6,16 +6,16 @@
 <link href="css/tabs.css" rel="stylesheet"/>
 </head>
 <body>
-    <h1 style="color: #FFF; text-align: center;" id="top">
+    <h1 style="color: #000; text-align: center;" id="top">
         <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%; text-align: center;">
         Loading, hang on...
     </div>
-    <p style="text-align: center; color: #eee;">
-        Managed by the <a style="color: #FFF;" href="https://community.apache.org/">Apache Community Development Project</a>. More info about this page can be found <a style="color: #FFF;"  href="about.html">here</a>.<br/>
-        Copyright© 2017, the Apache Software Foundation. Licensed under the <a style="color: #FFF;" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+    <p style="text-align: center; color: #000;">
+        Managed by the <a href="https://community.apache.org/">Apache Community Development Project</a>. More info about this page can be found <a href="about.html">here</a>.<br/>
+        Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
     </p>
     <script type="text/javascript" src="js/tabs.js"></script>
     <script src="js/vendor/modernizr.js"></script>