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

[14/31] incubator-kylin git commit: KYLIN-1036 enable disabled font

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

Branch: refs/heads/KYLIN-1112
Commit: f79d7c584bab367e3bc64a90e3da31ffcd604ab5
Parents: 7148a17
Author: jiazhong <ji...@ebay.com>
Authored: Mon Nov 2 15:19:33 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 5 09:53:16 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/f79d7c58/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;