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
3c7806c3
Commit
3c7806c3
authored
Nov 11, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve lists. Remove unneccessary padding
parent
283a9c7b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
lists.scss
app/assets/stylesheets/gitlab_bootstrap/lists.scss
+1
-1
events.scss
app/assets/stylesheets/sections/events.scss
+1
-0
_commit.html.haml
app/views/commits/_commit.html.haml
+2
-2
No files found.
app/assets/stylesheets/gitlab_bootstrap/lists.scss
View file @
3c7806c3
...
...
@@ -21,7 +21,7 @@ ul {
.author
{
color
:
#999
;
}
p
{
padding-top
:
5
px
;
padding-top
:
1
px
;
margin
:
0
;
color
:
#222
;
img
{
...
...
app/assets/stylesheets/sections/events.scss
View file @
3c7806c3
...
...
@@ -43,6 +43,7 @@
.event-body
{
p
{
color
:
#555
;
padding-top
:
5px
;
}
.event-info
{
color
:
#666
;
...
...
app/views/commits/_commit.html.haml
View file @
3c7806c3
...
...
@@ -4,8 +4,8 @@
%strong
=
link_to
"Browse Code »"
,
project_tree_path
(
@project
,
commit
),
class:
"right"
%p
=
link_to
commit
.
short_id
(
8
),
project_commit_path
(
@project
,
commit
),
class:
"commit_short_id"
%strong
=
commit
.
author_link
avatar:
true
,
size:
24
%span
.dash
&ndash
;
=
commit
.
author_link
avatar:
true
,
size:
24
 
;
=
link_to_gfm
truncate
(
commit
.
title
,
length:
50
),
project_commit_path
(
@project
,
commit
.
id
),
class:
"row_title"
%span
.committed_ago
...
...
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