Skip to content
Snippets Groups Projects
Commit 68513ffe authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'img-border' into 'master'

Add the same border to images as used in GitLab

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4655

See merge request !34
parents 97d23203 2b565f9a
No related branches found
No related tags found
1 merge request!34Add the same border to images as used in GitLab
Loading
Loading
@@ -101,6 +101,9 @@ th {
 
img {
max-width: 100%;
border: 1px solid rgb(240, 240, 240);
padding: 5px;
margin: 5px;
}
 
header {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment