Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ed449164
Commit
ed449164
authored
May 10, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes stylelint issues for blocks.scss
parent
4828ef52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
14 deletions
+8
-14
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+4
-10
app/views/help/ui.html.haml
app/views/help/ui.html.haml
+1
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+3
-3
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
ed449164
...
...
@@ -22,6 +22,10 @@
}
}
.oneline
{
line-height
:
35px
;
}
.row-content-block
{
margin-top
:
0
;
background-color
:
$gray-light
;
...
...
@@ -77,10 +81,6 @@
color
:
$gl-text-color
;
}
.oneline
{
line-height
:
35px
;
}
>
p
:last-child
{
margin-bottom
:
0
;
}
...
...
@@ -108,10 +108,6 @@
padding
:
11px
0
;
margin-bottom
:
11px
;
.oneline
{
line-height
:
35px
;
}
&
.no-bottom-space
{
border-bottom
:
0
;
margin-bottom
:
0
;
...
...
@@ -160,8 +156,6 @@
}
.cover-desc
{
color
:
$gl-text-color
;
&
.username
:last-child
{
padding-bottom
:
$gl-padding
;
}
...
...
app/views/help/ui.html.haml
View file @
ed449164
...
...
@@ -70,7 +70,7 @@
.cover-title
John Smith
.cover-desc
.cover-desc
.cgray
=
lorem
.cover-controls
...
...
app/views/users/show.html.haml
View file @
ed449164
...
...
@@ -45,7 +45,7 @@
=
emoji_icon
(
@user
.
status
.
emoji
)
=
markdown_field
(
@user
.
status
,
:message
)
.cover-desc.member-date
.cover-desc.member-date
.cgray
%p
%span
.middle-dot-divider
@
#{
@user
.
username
}
...
...
@@ -53,7 +53,7 @@
%span
.middle-dot-divider
=
s_
(
'Member since %{date}'
)
%
{
date:
@user
.
created_at
.
to_date
.
to_s
(
:long
)
}
.cover-desc
.cover-desc
.cgray
-
unless
@user
.
public_email
.
blank?
.profile-link-holder.middle-dot-divider
=
link_to
@user
.
public_email
,
"mailto:
#{
@user
.
public_email
}
"
,
class:
'text-link'
...
...
@@ -82,7 +82,7 @@
=
@user
.
organization
-
if
@user
.
bio
.
present?
.cover-desc
.cover-desc
.cgray
%p
.profile-user-bio
=
@user
.
bio
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment