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
084bb6b1
Commit
084bb6b1
authored
Feb 26, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small css fixes
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
fd76f497
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+3
-2
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/header.scss
View file @
084bb6b1
...
@@ -19,7 +19,7 @@ header {
...
@@ -19,7 +19,7 @@ header {
line-height
:
32px
;
line-height
:
32px
;
padding
:
6px
10px
;
padding
:
6px
10px
;
&
:hover
{
&
:hover
,
&
:focus
,
&
:active
{
background
:
none
;
background
:
none
;
}
}
}
}
...
@@ -192,7 +192,8 @@ header {
...
@@ -192,7 +192,8 @@ header {
color
:
#AAA
;
color
:
#AAA
;
text-shadow
:
0
1px
0
#444
;
text-shadow
:
0
1px
0
#444
;
&
:hover
{
&
:hover
,
&
:focus
,
&
:active
{
background
:
none
;
color
:
#FFF
;
color
:
#FFF
;
}
}
}
}
...
...
app/views/projects/commits/_commit.html.haml
View file @
084bb6b1
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
%span
.str-truncated
%span
.str-truncated
=
link_to_gfm
commit
.
title
,
project_commit_path
(
project
,
commit
.
id
),
class:
"commit-row-message"
=
link_to_gfm
commit
.
title
,
project_commit_path
(
project
,
commit
.
id
),
class:
"commit-row-message"
-
if
commit
.
description?
-
if
commit
.
description?
%a
.
label-default.
text-expander.js-toggle-button
...
%a
.text-expander.js-toggle-button
...
=
link_to
"Browse Code »"
,
project_tree_path
(
project
,
commit
),
class:
"pull-right"
=
link_to
"Browse Code »"
,
project_tree_path
(
project
,
commit
),
class:
"pull-right"
.notes_count
.notes_count
...
...
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