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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
5640249d
Commit
5640249d
authored
Mar 18, 2016
by
connorshea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few remaining uses of `0px`.
See #14299 for more information. [ci skip]
parent
c7901078
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/framework/avatar.scss
app/assets/stylesheets/framework/avatar.scss
+1
-1
app/assets/stylesheets/framework/selects.scss
app/assets/stylesheets/framework/selects.scss
+1
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
No files found.
app/assets/stylesheets/framework/avatar.scss
View file @
5640249d
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
}
}
&
.group-avatar
,
&
.project-avatar
,
&
.avatar-tile
{
&
.group-avatar
,
&
.project-avatar
,
&
.avatar-tile
{
@include
border-radius
(
0
px
);
@include
border-radius
(
0
);
}
}
&
.s16
{
width
:
16px
;
height
:
16px
;
margin-right
:
6px
;
}
&
.s16
{
width
:
16px
;
height
:
16px
;
margin-right
:
6px
;
}
...
...
app/assets/stylesheets/framework/selects.scss
View file @
5640249d
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
}
}
.select2-drop
{
.select2-drop
{
@include
box-shadow
(
rgba
(
76
,
86
,
103
,
0
.247059
)
0
px
0px
1px
0px
,
rgba
(
31
,
37
,
50
,
0
.317647
)
0px
2px
18px
0px
);
@include
box-shadow
(
rgba
(
76
,
86
,
103
,
0
.247059
)
0
0
1px
0
,
rgba
(
31
,
37
,
50
,
0
.317647
)
0
2px
18px
0
);
@include
border-radius
(
$border-radius-default
);
@include
border-radius
(
$border-radius-default
);
border
:
none
;
border
:
none
;
}
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
5640249d
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
.dropdown-menu
{
.dropdown-menu
{
left
:
auto
;
left
:
auto
;
width
:
auto
;
width
:
auto
;
right
:
0
px
;
right
:
0
;
max-width
:
240px
;
max-width
:
240px
;
}
}
}
}
...
...
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