Add border to white code blocks

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-02-26 09:51:23 +02:00
parent 1c7aecc8f5
commit 5bdcdcd81f
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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;
}
}