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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
15789e8e
Commit
15789e8e
authored
Jun 19, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Emoji shouldn't have borders. #EmojiWithoutBorders
parent
8685b3f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/pages/help.scss
app/assets/stylesheets/pages/help.scss
+1
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
No files found.
app/assets/stylesheets/pages/help.scss
View file @
15789e8e
...
...
@@ -59,7 +59,7 @@
padding
:
7px
;
// Border around images in the help pages.
img
{
img
:not
(
.emoji
)
{
border
:
1px
solid
$table-border-gray
;
padding
:
5px
;
margin
:
5px
;
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
15789e8e
...
...
@@ -6,7 +6,7 @@
}
// Border around images in issue and MR descriptions.
.description
img
{
.description
img
:not
(
.emoji
)
{
border
:
1px
solid
$table-border-gray
;
padding
:
5px
;
margin
:
5px
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
15789e8e
...
...
@@ -119,7 +119,7 @@ ul.notes {
}
// Border around images in issue and MR comments.
img
{
img
:not
(
.emoji
)
{
border
:
1px
solid
$table-border-gray
;
padding
:
5px
;
margin
:
5px
0
;
...
...
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