You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2015/11/02 08:19:45 UTC

incubator-kylin git commit: KYLIN-1036 enable disabled font

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging 20d520a7c -> 489743f89


KYLIN-1036 enable disabled font


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

Branch: refs/heads/2.x-staging
Commit: 489743f894514cf1cbb0d76102bbdc98c3597ac8
Parents: 20d520a
Author: jiazhong <ji...@ebay.com>
Authored: Mon Nov 2 15:19:33 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Mon Nov 2 15:19:33 2015 +0800

----------------------------------------------------------------------
 webapp/app/css/AdminLTE.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/489743f8/webapp/app/css/AdminLTE.css
----------------------------------------------------------------------
diff --git a/webapp/app/css/AdminLTE.css b/webapp/app/css/AdminLTE.css
index a5d26d1..46f397a 100644
--- a/webapp/app/css/AdminLTE.css
+++ b/webapp/app/css/AdminLTE.css
@@ -21,7 +21,7 @@ body {
 body {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  /*font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
+  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-weight: 400;
   overflow-x: hidden;
   overflow-y: auto;