Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-10-03 20:51:14 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-10-03 20:51:14 +0400
commit4f7bd583076076f6c5dcd4e6ec35a014ce5285eb (patch)
treeead400588bc22be6d020e63bc77a029d6900e051 /app/assets
parentf963d374080c4a0db69cf9904199bcc5f6424b9f (diff)
Bigger fonts for groups box
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/projects.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index 53a7c2bcfa3..b1f20a3e06b 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -7,6 +7,7 @@
@extend .span4;
@extend .right;
+ .groups_box,
.projects_box {
h5 {
color:$style_color;
@@ -21,6 +22,10 @@
padding:0;
a {
display:block;
+ .group_name {
+ font-size:14px;
+ line-height:18px;
+ }
.project_name {
color:#4fa2bd;
font-size:14px;