Commit 5bdcdcd8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add border to white code blocks

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 1c7aecc8
......@@ -3,6 +3,7 @@ v 6.7.0
- Add edit file button to MergeRequest diff
- Public groups (Jason Hollingsworth)
- Cleaner headers in Notification Emails (Pierre de La Morinerie)
- Blob and tree gfm links to anchors work
v 6.6.2
- Fix 500 error on branch/tag create or remove via UI
......@@ -33,7 +34,6 @@ v 6.6.0
- Restyle Issue#show page and MR#show page
- Ability to filter by multiple labels for Issues page
- Rails version to 4.0.3
- Blob and tree gfm links to anchors work
v 6.5.1
- Fix branch selectbox when create merge request from fork
......
......@@ -178,3 +178,9 @@
.shadow {
@include box-shadow(0 5px 15px #000);
}
.wiki, .note-body {
.highlight {
border: 1px solid #DDD;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment