From 131ead0f8835bbf2fd22e673c6aa74bd1fb8e86c Mon Sep 17 00:00:00 2001 From: yafeilee Date: Wed, 2 Apr 2014 10:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20aboutme=20=E4=B8=8D?= =?UTF-8?q?=E5=9C=A8=E6=89=8B=E6=9C=BA=E7=AB=AF=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/blogs.css.scss | 2 +- app/views/blogs/index.html.slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/blogs.css.scss b/app/assets/stylesheets/blogs.css.scss index 02dfc11..dadae8e 100644 --- a/app/assets/stylesheets/blogs.css.scss +++ b/app/assets/stylesheets/blogs.css.scss @@ -44,7 +44,7 @@ } @media only screen and (max-width: 40em) { - .self-introduce { + .self-introduce-index { display: none; } } diff --git a/app/views/blogs/index.html.slim b/app/views/blogs/index.html.slim index 19c6c2c..35b8cf5 100644 --- a/app/views/blogs/index.html.slim +++ b/app/views/blogs/index.html.slim @@ -20,7 +20,7 @@ - @recent.each do |re| li = link_to "#{re.title}",blog_path(re) - .large-3.columns.large-offset-1.self-introduce ng-controller='AboutController' + .large-3.columns.large-offset-1.self-introduce.self-introduce-index ng-controller='AboutController' h4 WELCOME p 我是李亚飞, WinDy 是我的网名.