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
Kazuhiko Shiozaki
gitlab-ce
Commits
1fb3c099
Commit
1fb3c099
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix styling of empty repo message
parent
aec4b290
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+4
-0
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-7
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
1fb3c099
...
...
@@ -68,6 +68,10 @@
.oneline
{
line-height
:
42px
;
}
>
p
:last-child
{
margin-bottom
:
0
;
}
}
.cover-block
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
1fb3c099
...
...
@@ -26,12 +26,6 @@
}
.project-home-panel
{
text-align
:
center
;
background
:
#f7f8fa
;
margin
:
-
$gl-padding
;
padding
:
$gl-padding
;
padding
:
44px
0
17px
0
;
.project-identicon-holder
{
margin-bottom
:
16px
;
...
...
@@ -101,7 +95,6 @@
display
:
inline-table
;
position
:
relative
;
top
:
17px
;
margin-bottom
:
44px
;
}
.project-repo-buttons
{
...
...
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