From 2b8d2891304b4ecc71c0c9eae0952633a15b42fb Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 19 Feb 2014 13:10:31 +0200 Subject: [PATCH] Fix readme h4 style --- app/assets/stylesheets/sections/tree.scss | 2 +- app/views/projects/tree/_readme.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index f72c660..55a5819 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -127,7 +127,7 @@ border-top: 1px dashed #CCC; padding-top: 10px; - h4 { + .readme-file-title { font-size: 14px; margin-bottom: 20px; color: #777; diff --git a/app/views/projects/tree/_readme.html.haml b/app/views/projects/tree/_readme.html.haml index ab572f2..16a9602 100644 --- a/app/views/projects/tree/_readme.html.haml +++ b/app/views/projects/tree/_readme.html.haml @@ -1,5 +1,5 @@ .readme-holder#README - %h4 + %h4.readme-file-title %i.icon-file = readme.name .wiki -- libgit2 0.21.2