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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
259a7d7b
Commit
259a7d7b
authored
Dec 16, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
40104746
37a4e494
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+5
-0
app/views/users/show.html.haml
app/views/users/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
259a7d7b
...
...
@@ -401,6 +401,11 @@ table {
border-bottom
:
1px
solid
$border-color
;
height
:
57px
;
}
&
.wide
{
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
}
}
.center-middle-menu
{
...
...
app/views/users/show.html.haml
View file @
259a7d7b
...
...
@@ -73,7 +73,7 @@
.user-calendar-activities
%ul
.center-top-menu.no-top.no-bottom.bottom-border
%ul
.center-top-menu.no-top.no-bottom.bottom-border
.wide
%li
.active
=
link_to
"#activity"
,
'data-toggle'
=>
'tab'
do
Activity
...
...
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