You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/30 22:05:21 UTC

incubator-apex-site git commit: from a22202b33da5a0999ca1d3bcbeabd0fca8314501

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site 2bf4a2d31 -> 3ea247d02


from a22202b33da5a0999ca1d3bcbeabd0fca8314501


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/3ea247d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/3ea247d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/3ea247d0

Branch: refs/heads/asf-site
Commit: 3ea247d024f32edf81dba83f9b7347c5b295be55
Parents: 2bf4a2d
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Wed Sep 30 13:05:10 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Wed Sep 30 13:05:10 2015 -0700

----------------------------------------------------------------------
 content/css/main.css | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/3ea247d0/content/css/main.css
----------------------------------------------------------------------
diff --git a/content/css/main.css b/content/css/main.css
index 1de68c4..9f4c09a 100644
--- a/content/css/main.css
+++ b/content/css/main.css
@@ -6834,3 +6834,6 @@ button.close {
   max-width: 200px;
   margin-right: 10px;
 }
+body {
+  -webkit-font-smoothing: antialiased;
+}