BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
66e10f05
Commit
66e10f05
authored
Jul 02, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix header avatar
parent
47f78a2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
header.scss
app/assets/stylesheets/sections/header.scss
+1
-0
_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/header.scss
View file @
66e10f05
...
...
@@ -77,6 +77,7 @@ header {
top
:
-4px
;
img
{
width
:
26px
;
height
:
26px
;
@include
border-radius
(
4px
);
}
}
...
...
app/views/layouts/_head_panel.html.haml
View file @
66e10f05
...
...
@@ -37,4 +37,4 @@
%i
.icon-signout
%li
=
link_to
current_user
,
class:
"profile-pic"
do
=
image_tag
(
gravatar_icon
(
current_user
.
email
,
26
),
alt:
''
,
class:
"avatar s26"
)
=
image_tag
(
gravatar_icon
(
current_user
.
email
,
26
),
alt:
''
)
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