mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Add border to white code blocks
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user