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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
abda0560
Commit
abda0560
authored
Oct 21, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase project home page margins
parent
8ffbb511
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+5
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+0
-1
No files found.
app/assets/stylesheets/sections/projects.scss
View file @
abda0560
...
...
@@ -15,6 +15,10 @@
}
.project-home-panel
{
border-bottom
:
1px
solid
#DDD
;
padding-bottom
:
30px
;
margin-bottom
:
30px
;
.project-home-title
{
font-size
:
18px
;
color
:
#777
;
...
...
@@ -26,7 +30,7 @@
float
:
right
;
}
.project-home-extra
{
margin-top
:
1
0px
;
margin-top
:
2
0px
;
.project-home-desc
{
float
:
left
;
...
...
app/views/projects/show.html.haml
View file @
abda0560
...
...
@@ -25,7 +25,6 @@
=
link_to
pluralize
(
@repository
.
tag_names
.
count
,
'tag'
),
project_tags_path
(
@project
)
%span
.light.prepend-left-20
=
repository_size
%hr
.row
.span9
=
render
"events/event_last_push"
,
event:
@last_push
...
...
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