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
d19abe6f
Commit
d19abe6f
authored
Mar 20, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'css-zero-unit-again' into 'master'
Fix a few remaining uses of `0px`. See #14299 for more information. cc: @jschatz1 See merge request !3310
parents
42fc4233
5640249d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
avatar.scss
app/assets/stylesheets/framework/avatar.scss
+1
-1
selects.scss
app/assets/stylesheets/framework/selects.scss
+1
-1
projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
No files found.
app/assets/stylesheets/framework/avatar.scss
View file @
d19abe6f
...
...
@@ -16,7 +16,7 @@
}
&
.group-avatar
,
&
.project-avatar
,
&
.avatar-tile
{
@include
border-radius
(
0
px
);
@include
border-radius
(
0
);
}
&
.s16
{
width
:
16px
;
height
:
16px
;
margin-right
:
6px
;
}
...
...
app/assets/stylesheets/framework/selects.scss
View file @
d19abe6f
...
...
@@ -41,7 +41,7 @@
}
.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
);
border
:
none
;
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
d19abe6f
...
...
@@ -37,7 +37,7 @@
.dropdown-menu
{
left
:
auto
;
width
:
auto
;
right
:
0
px
;
right
:
0
;
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