From a7216ac5bd9f8aa84bf02239b45e800cf1731dec Mon Sep 17 00:00:00 2001 From: Raghav Katyal Date: Fri, 7 Aug 2015 15:12:58 -0700 Subject: [PATCH] Removing subscribe option and css changes --- www/blog/index.html | 6 +++--- www/static/css-src/blog.scss | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/blog/index.html b/www/blog/index.html index 7935aca36dd..f71f886eec3 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -10,8 +10,8 @@

Blog

- - Subscribe + +
- [Valid RSS] +
{% include twitterFeed.html %} diff --git a/www/static/css-src/blog.scss b/www/static/css-src/blog.scss index 3ed47a41c21..3f821aa6d08 100644 --- a/www/static/css-src/blog.scss +++ b/www/static/css-src/blog.scss @@ -1,5 +1,4 @@ -.blog{ - padding-top:20px; +.blog{ .blogHeader{ position: relative; padding-bottom:26px; @@ -29,7 +28,7 @@ //landing page .blog-list{ max-width: 700px; - padding-top: 30px; + padding-top: 10px; padding-right: 30px; ul {