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/06/02 07:58:59 UTC

incubator-ponymail-site git commit: tweak body border

Repository: incubator-ponymail-site
Updated Branches:
  refs/heads/asf-site 01959de46 -> ab8219301


tweak body border


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

Branch: refs/heads/asf-site
Commit: ab82193018a21c50ee8f02c670f9dde4a1ead78b
Parents: 01959de
Author: humbedooh <hu...@apache.org>
Authored: Thu Jun 2 09:58:46 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Thu Jun 2 09:58:46 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/ab821930/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index 79b5bf7..fcf6b10 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1289,8 +1289,7 @@ body {
     max-width: 1000px;
     margin: 0px auto;
     padding: 10px;
-    border-left: 4px solid #666;
-    border-right: 4px solid #666;
+    border: 4px solid #666;
 }
 
 article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {