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

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

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 {