Commit 2b8d2891304b4ecc71c0c9eae0952633a15b42fb

Authored by Dmitriy Zaporozhets
1 parent 0bd0c814

Fix readme h4 style

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/sections/tree.scss
@@ -127,7 +127,7 @@ @@ -127,7 +127,7 @@
127 border-top: 1px dashed #CCC; 127 border-top: 1px dashed #CCC;
128 padding-top: 10px; 128 padding-top: 10px;
129 129
130 - h4 { 130 + .readme-file-title {
131 font-size: 14px; 131 font-size: 14px;
132 margin-bottom: 20px; 132 margin-bottom: 20px;
133 color: #777; 133 color: #777;
app/views/projects/tree/_readme.html.haml
1 .readme-holder#README 1 .readme-holder#README
2 - %h4 2 + %h4.readme-file-title
3 %i.icon-file 3 %i.icon-file
4 = readme.name 4 = readme.name
5 .wiki 5 .wiki