summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-19 13:10:31 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-19 13:10:31 +0200
commit2b8d2891304b4ecc71c0c9eae0952633a15b42fb (patch)
treee1008268f650099f7869022b2169f678180f8081
parent0bd0c8149bd83f422c38c8aff20d5b698b84f6bb (diff)
downloadgitlab-ce-2b8d2891304b4ecc71c0c9eae0952633a15b42fb.tar.gz
Fix readme h4 style
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/sections/tree.scss2
-rw-r--r--app/views/projects/tree/_readme.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss
index f72c6607181..55a5819b55a 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 ab572f2e97b..16a9602ac97 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