summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/branches.scss
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-01-14 09:41:11 +0100
committerRémy Coutable <remy@rymai.me>2016-01-14 09:41:11 +0100
commit818607f0115a2c67792fa83e9b39d74c443a8856 (patch)
tree73da421761ea2729c8d5a0968e1563bfe43cb2d3 /app/assets/stylesheets/pages/branches.scss
parent0e344aa2299d2f6911282de5d4808c70d658d372 (diff)
downloadgitlab-ce-818607f0115a2c67792fa83e9b39d74c443a8856.tar.gz
Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pagesfix/titles-weight
Diffstat (limited to 'app/assets/stylesheets/pages/branches.scss')
-rw-r--r--app/assets/stylesheets/pages/branches.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/branches.scss b/app/assets/stylesheets/pages/branches.scss
new file mode 100644
index 00000000000..abae5c3d0a5
--- /dev/null
+++ b/app/assets/stylesheets/pages/branches.scss
@@ -0,0 +1,3 @@
+.branch-name{
+ font-weight: 600;
+}