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
Léo-Paul Géneau
gitlab-ce
Commits
8ad5d317
Commit
8ad5d317
authored
Dec 20, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sizing of avatar circles; add border
parent
1139da27
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
app/assets/stylesheets/framework/avatar.scss
app/assets/stylesheets/framework/avatar.scss
+1
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-1
No files found.
app/assets/stylesheets/framework/avatar.scss
View file @
8ad5d317
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
&
.s32
{
font-size
:
20px
;
line-height
:
30px
;
}
&
.s32
{
font-size
:
20px
;
line-height
:
30px
;
}
&
.s40
{
font-size
:
16px
;
line-height
:
38px
;
}
&
.s40
{
font-size
:
16px
;
line-height
:
38px
;
}
&
.s60
{
font-size
:
32px
;
line-height
:
58px
;
}
&
.s60
{
font-size
:
32px
;
line-height
:
58px
;
}
&
.s70
{
font-size
:
34px
;
line-height
:
68
px
;
}
&
.s70
{
font-size
:
34px
;
line-height
:
70
px
;
}
&
.s90
{
font-size
:
36px
;
line-height
:
88px
;
}
&
.s90
{
font-size
:
36px
;
line-height
:
88px
;
}
&
.s110
{
font-size
:
40px
;
line-height
:
108px
;
font-weight
:
300
;
}
&
.s110
{
font-size
:
40px
;
line-height
:
108px
;
font-weight
:
300
;
}
&
.s140
{
font-size
:
72px
;
line-height
:
138px
;
}
&
.s140
{
font-size
:
72px
;
line-height
:
138px
;
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
8ad5d317
...
@@ -93,7 +93,6 @@
...
@@ -93,7 +93,6 @@
.group-avatar
{
.group-avatar
{
float
:
none
;
float
:
none
;
margin
:
0
auto
;
margin
:
0
auto
;
border
:
none
;
&
.identicon
{
&
.identicon
{
border-radius
:
50%
;
border-radius
:
50%
;
...
...
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