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
5bdcdcd8
Commit
5bdcdcd8
authored
Feb 26, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add border to white code blocks
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1c7aecc8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG
CHANGELOG
+1
-1
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+6
-0
No files found.
CHANGELOG
View file @
5bdcdcd8
...
@@ -3,6 +3,7 @@ v 6.7.0
...
@@ -3,6 +3,7 @@ v 6.7.0
- Add edit file button to MergeRequest diff
- Add edit file button to MergeRequest diff
- Public groups (Jason Hollingsworth)
- Public groups (Jason Hollingsworth)
- Cleaner headers in Notification Emails (Pierre de La Morinerie)
- Cleaner headers in Notification Emails (Pierre de La Morinerie)
- Blob and tree gfm links to anchors work
v 6.6.2
v 6.6.2
- Fix 500 error on branch/tag create or remove via UI
- Fix 500 error on branch/tag create or remove via UI
...
@@ -33,7 +34,6 @@ v 6.6.0
...
@@ -33,7 +34,6 @@ v 6.6.0
- Restyle Issue#show page and MR#show page
- Restyle Issue#show page and MR#show page
- Ability to filter by multiple labels for Issues page
- Ability to filter by multiple labels for Issues page
- Rails version to 4.0.3
- Rails version to 4.0.3
- Blob and tree gfm links to anchors work
v 6.5.1
v 6.5.1
- Fix branch selectbox when create merge request from fork
- Fix branch selectbox when create merge request from fork
...
...
app/assets/stylesheets/highlight/white.scss
View file @
5bdcdcd8
...
@@ -178,3 +178,9 @@
...
@@ -178,3 +178,9 @@
.shadow
{
.shadow
{
@include
box-shadow
(
0
5px
15px
#000
);
@include
box-shadow
(
0
5px
15px
#000
);
}
}
.wiki
,
.note-body
{
.highlight
{
border
:
1px
solid
#DDD
;
}
}
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