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:
authortauriedavis <taurie@gitlab.com>2016-09-09 00:38:14 +0300
committertauriedavis <taurie@gitlab.com>2016-09-16 19:35:41 +0300
commitfae8468deb990cdc8fd1dd2b45de13ba909ee785 (patch)
tree44169202ec30f4b155e9780e5ded6b4865c987f8 /app/assets/stylesheets/framework/blocks.scss
parent9498c4d52a3e6533da6e41443041edfbd042333f (diff)
shrink profile info
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index f5223207f3a..c721a78a87e 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -144,12 +144,9 @@
.cover-title {
color: $gl-header-color;
margin: 0;
- font-size: 24px;
font-weight: normal;
margin-bottom: 10px;
- color: #4c4e54;
font-size: 23px;
- line-height: 1.1;
h1 {
color: $gl-gray-dark;
@@ -213,6 +210,9 @@
}
}
}
+ &.user-cover-block {
+ padding: 24px 0 0;
+ }
.group-info {