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
8685b3f8
Commit
8685b3f8
authored
Jun 14, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add borders to images in issues, MRs, and Help.
parent
98cede7e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
0 deletions
+22
-0
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/pages/help.scss
app/assets/stylesheets/pages/help.scss
+7
-0
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+7
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+7
-0
No files found.
CHANGELOG
View file @
8685b3f8
...
...
@@ -18,6 +18,7 @@ v 8.9.0 (unreleased)
- Redesign all Devise emails. !4297
- Don't show 'Leave Project' to group members
- Fix wiki page events' webhook to point to the wiki repository
- Add a border around images to differentiate them from the background.
- Don't show tags for revert and cherry-pick operations
- Fix issue todo not remove when leave project !4150 (Long Nguyen)
- Allow customisable text on the 'nearly there' page after a user signs up
...
...
app/assets/stylesheets/pages/help.scss
View file @
8685b3f8
...
...
@@ -57,4 +57,11 @@
.documentation
{
padding
:
7px
;
// Border around images in the help pages.
img
{
border
:
1px
solid
$table-border-gray
;
padding
:
5px
;
margin
:
5px
;
}
}
app/assets/stylesheets/pages/issuable.scss
View file @
8685b3f8
...
...
@@ -4,6 +4,13 @@
margin-right
:
1px
;
}
}
// Border around images in issue and MR descriptions.
.description
img
{
border
:
1px
solid
$table-border-gray
;
padding
:
5px
;
margin
:
5px
;
}
}
.issuable-filter-count
{
...
...
app/assets/stylesheets/pages/notes.scss
View file @
8685b3f8
...
...
@@ -117,6 +117,13 @@ ul.notes {
code
{
word-break
:
keep-all
;
}
// Border around images in issue and MR comments.
img
{
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