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:00:27 UTC

incubator-apex-site git commit: added antialiased font-smoothing to site

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master a2bdb4f7f -> 08c54a503


added antialiased font-smoothing to site


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

Branch: refs/heads/master
Commit: 08c54a503c080bf0249624913844b09b6ddc0008
Parents: a2bdb4f
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Wed Sep 30 13:00:11 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Wed Sep 30 13:00:11 2015 -0700

----------------------------------------------------------------------
 src/less/body.less | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/08c54a50/src/less/body.less
----------------------------------------------------------------------
diff --git a/src/less/body.less b/src/less/body.less
new file mode 100644
index 0000000..35e8bac
--- /dev/null
+++ b/src/less/body.less
@@ -0,0 +1,3 @@
+body {
+  -webkit-font-smoothing: antialiased;
+}
\ No newline at end of file