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/09/05 15:03:14 UTC

incubator-ponymail git commit: add missing width for quotes

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake de3d4ca8b -> cc8f85162


add missing width for quotes


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

Branch: refs/heads/coffee-and-cake
Commit: cc8f8516258c47546a145dc8c697da1c5865f458
Parents: de3d4ca
Author: Daniel Gruno <hu...@apache.org>
Authored: Mon Sep 5 17:03:00 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Mon Sep 5 17:03:00 2016 +0200

----------------------------------------------------------------------
 site/css/ponymail2.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/cc8f8516/site/css/ponymail2.css
----------------------------------------------------------------------
diff --git a/site/css/ponymail2.css b/site/css/ponymail2.css
index f2b6376..d47a22d 100644
--- a/site/css/ponymail2.css
+++ b/site/css/ponymail2.css
@@ -437,6 +437,7 @@ a {
     border: 1px dashed #666;
     background: #FFE;
     float: left;
+    width: 100%;
 }
 
 .email_boxed {