BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8ebe769f
Unverified
Commit
8ebe769f
authored
Sep 25, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small improvements to code rendering for white highlight
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
a6b4e371
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
files.scss
app/assets/stylesheets/generic/files.scss
+0
-1
white.scss
app/assets/stylesheets/highlight/white.scss
+11
-9
No files found.
app/assets/stylesheets/generic/files.scss
View file @
8ebe769f
...
...
@@ -60,7 +60,6 @@
.highlight
{
margin-bottom
:
9px
;
@include
border-radius
(
4px
);
>
pre
{
margin
:
0
;
...
...
app/assets/stylesheets/highlight/white.scss
View file @
8ebe769f
.white
{
background-color
:
#fff
;
.line.hll
{
background
:
#FFA
;
}
.highlight
{
border-left
:
1px
solid
#eee
;
}
pre
{
background-color
:
#fff
;
color
:
#333
;
...
...
@@ -179,8 +173,16 @@
@include
box-shadow
(
0
5px
15px
#000
);
}
.wiki
,
.note-body
{
.highlight
{
border
:
1px
solid
#DDD
;
.file-content
{
&
.code
.white
{
.highlight
{
border-left
:
1px
solid
#eee
;
}
}
&
.wiki
.white
{
.highlight
,
pre
,
.hljs
{
background
:
#F9F9F9
;
}
}
}
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