You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/05/30 07:29:30 UTC

[5/5] incubator-ponymail-site git commit: few more tweaks to front page

few more tweaks to front page

this'll do for now.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/9ced53c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/9ced53c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/9ced53c6

Branch: refs/heads/asf-site
Commit: 9ced53c633beffe5c8cff59288a7ad15f2877454
Parents: fabb163
Author: humbedooh <hu...@apache.org>
Authored: Mon May 30 09:29:08 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Mon May 30 09:29:08 2016 +0200

----------------------------------------------------------------------
 content/css/default.css | 15 ++++++++-------
 content/index.html      |  8 ++++----
 2 files changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/9ced53c6/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index 4395f9e..6ec159f 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1281,13 +1281,16 @@ button.close {
 html {
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
-    background-color: #eae2dc;
+    background: #FFF;
 }
 
 body {
-    margin: 0;
-    padding: 15px;
-    background-color: #eae2dc;
+    background: #eae2dc;
+    max-width: 900px;
+    margin: 0px auto;
+    padding: 10px;
+    border-left: 2px solid #666;
+    border-right: 2px solid #666;
 }
 
 article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
@@ -1488,13 +1491,11 @@ table {
 
 html {
     font-size: .875em;
-    background: #fff;
     color: #373D49
 }
 
 html,body {
     font-family: Georgia,Cambria,serif;
-    height: 100%
 }
 
 body {
@@ -1607,7 +1608,7 @@ h6 {
 
 a {
     cursor: pointer;
-    color: #35D7BB;
+    color: #D5377B;
     text-decoration: none
 }
 

http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/9ced53c6/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index fa3ee20..56663e7 100644
--- a/content/index.html
+++ b/content/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html><html><head><meta charset="utf-8"><title>Apache Pony Mail (Incubating)</title>
 <link rel="stylesheet" type="text/css" href="css/default.css"/>
 </head><body>
-<h1><a id="Pony_Mail_0"></a>Apache Pony Mail (Incubating)</h1>
+<h1 style="margin: -10px; background: #7e614a; color: #EEE; padding: 10px; text-align: center; margin-bottom: 20px;"><a id="Pony_Mail_0"></a>Apache Pony Mail (Incubating)</h1>
 <p><img src="images/logo_large.png" alt="logo"></p>
 <p>Apache Pony Mail (Incubating) is a web-based mail archive browser
 licensed under the Apache License v/2.0 and built to scale
@@ -113,7 +113,7 @@ list size and available bandwidth.</p>
 <li>Have it work with ES with auth mode or via HTTPS</li>
 </ul>
 
-<h2><a id="downloads">Downloads and Source</a></h2>
+<h2><a id="downloads"></a>Downloads and Source</h2>
 <p>
     You can check out our canonical source repository at: <br/>
     <a href="https://git-wip-us.apache.org/repos/asf/incubator-ponymail.git">https://git-wip-us.apache.org/repos/asf/incubator-ponymail.git</a>
@@ -125,7 +125,7 @@ list size and available bandwidth.</p>
     endorsed by the Apache Pony Mail project in any way.
 </p>
 
-<h2><a id="disclaimer">Disclaimer</a></h2>
+<h2><a id="disclaimer"></a>Disclaimer</h2>
 <p>
     <a href="https://incubator.apache.org"><img src="images/podling.svg" align="right" width="220px"/></a>
     Apache Pony Mail (Incubating) is an effort undergoing incubation at
@@ -144,4 +144,4 @@ list size and available bandwidth.</p>
     Apache and the Apache feather are registered trademarks of the
     Apache Software Foundation.
 </p>
-</body></html>
\ No newline at end of file
+</body></html>