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
Jérome Perrin
gitlab-ce
Commits
211246c6
Commit
211246c6
authored
Jun 29, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mobile spacing
parent
16ca8ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+14
-2
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
211246c6
...
...
@@ -66,7 +66,10 @@
.project-home-panel
{
padding-top
:
24px
;
padding-bottom
:
24px
;
border-bottom
:
1px
solid
$border-color
;
@media
(
min-width
:
$screen-sm-min
)
{
border-bottom
:
1px
solid
$border-color
;
}
.project-avatar
{
float
:
none
;
...
...
@@ -494,13 +497,22 @@ pre.light-well {
}
.project-last-commit
{
margin-top
:
$gl-padding
;
@media
(
min-width
:
$screen-sm-min
)
{
margin-top
:
$gl-padding
;
}
&
.container-fluid
{
padding-top
:
12px
;
padding-bottom
:
12px
;
background-color
:
$background-color
;
border
:
1px
solid
$border-color
;
border-right-width
:
0
;
border-left-width
:
0
;
@media
(
min-width
:
$screen-sm-min
)
{
border-right-width
:
1px
;
border-left-width
:
1px
;
}
}
&
.container-limited
{
...
...
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