Skip to content

Commit

Permalink
Fix readme h4 style
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Feb 19, 2014
1 parent 0bd0c81 commit 2b8d289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/sections/tree.scss
Expand Up @@ -127,7 +127,7 @@
border-top: 1px dashed #CCC;
padding-top: 10px;

h4 {
.readme-file-title {
font-size: 14px;
margin-bottom: 20px;
color: #777;
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 2b8d289

Please sign in to comment.