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:26 UTC

[1/5] incubator-ponymail-site git commit: bg color for body

Repository: incubator-ponymail-site
Updated Branches:
  refs/heads/asf-site bd2f61069 -> 9ced53c63


bg color for body


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/6c1c192a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/6c1c192a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/6c1c192a

Branch: refs/heads/asf-site
Commit: 6c1c192a764d22fae4ac4c65940bbee2c4532b9c
Parents: bd2f610
Author: humbedooh <hu...@apache.org>
Authored: Mon May 30 09:17:00 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Mon May 30 09:17:00 2016 +0200

----------------------------------------------------------------------
 content/css/default.css | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/6c1c192a/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index 8487db4..8dd7cae 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1285,6 +1285,8 @@ html {
 
 body {
     margin: 0
+    padding: 15px;
+    color: #eae2dc;
 }
 
 article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {


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

Posted by hu...@apache.org.
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>


[2/5] incubator-ponymail-site git commit: border for img

Posted by hu...@apache.org.
border for img


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/19f047a2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/19f047a2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/19f047a2

Branch: refs/heads/asf-site
Commit: 19f047a293765d83f9d4ed6da432c6cc6f83d652
Parents: 6c1c192
Author: humbedooh <hu...@apache.org>
Authored: Mon May 30 09:18:58 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Mon May 30 09:18:58 2016 +0200

----------------------------------------------------------------------
 content/css/default.css | 6 +++++-
 content/index.html      | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/19f047a2/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index 8dd7cae..f4856fd 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1617,7 +1617,11 @@ a:hover,a:focus {
 
 img {
     height: auto;
-    max-width: 100%
+    max-width: 100%;
+}
+
+.box {
+    border: 1px #666;
 }
 
 .g {

http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/19f047a2/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 5cea614..fa3ee20 100644
--- a/content/index.html
+++ b/content/index.html
@@ -9,8 +9,8 @@ to millions of archived messages with hundreds of requests
 per second.</p>
 <p>Pony Mail allows you to browse and interact with mailing lists
 using Mozilla Persona or OAuth2 (Google, GitHub, Facebook etc) for authentication.</p>
-<p><img src="images/demo.png" width="800" alt="Ponies"></p>
-<p><img src="images/demo_trends.png" width="800" alt="Trends"></p>
+<p><img class='box' src="images/demo.png" width="800" alt="Ponies"></p>
+<p><img class='box' src="images/demo_trends.png" width="800" alt="Trends"></p>
 <p>See <a href="https://lists.apache.org">https://lists.apache.org.org</a> for a demo.</p>
 <p>Pony Mail works in both public, private and mixed-mode, allowing you
 to have one unified place for all your communication, both public and


[3/5] incubator-ponymail-site git commit: BACKGROUND color :)

Posted by hu...@apache.org.
BACKGROUND color :)


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/ba51ad5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/ba51ad5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/ba51ad5d

Branch: refs/heads/asf-site
Commit: ba51ad5dd5ebc632fe5399c5e5ba4529b4238da8
Parents: 19f047a
Author: humbedooh <hu...@apache.org>
Authored: Mon May 30 09:19:07 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Mon May 30 09:19:07 2016 +0200

----------------------------------------------------------------------
 content/css/default.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/ba51ad5d/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index f4856fd..5a7ad77 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1286,7 +1286,7 @@ html {
 body {
     margin: 0
     padding: 15px;
-    color: #eae2dc;
+    background-color: #eae2dc;
 }
 
 article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {


[4/5] incubator-ponymail-site git commit: fixups

Posted by hu...@apache.org.
fixups


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/fabb163a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/fabb163a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/fabb163a

Branch: refs/heads/asf-site
Commit: fabb163aeb5d3df0b89b3c5c49a82f530c455557
Parents: ba51ad5
Author: humbedooh <hu...@apache.org>
Authored: Mon May 30 09:20:13 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Mon May 30 09:20:13 2016 +0200

----------------------------------------------------------------------
 content/css/default.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/fabb163a/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index 5a7ad77..4395f9e 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1280,11 +1280,12 @@ button.close {
 
 html {
     -ms-text-size-adjust: 100%;
-    -webkit-text-size-adjust: 100%
+    -webkit-text-size-adjust: 100%;
+    background-color: #eae2dc;
 }
 
 body {
-    margin: 0
+    margin: 0;
     padding: 15px;
     background-color: #eae2dc;
 }
@@ -1621,7 +1622,7 @@ img {
 }
 
 .box {
-    border: 1px #666;
+    border: 1px solid #666;
 }
 
 .g {