Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
150b503e
Commit
150b503e
authored
Jul 23, 2014
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #11985
parent
5e874143
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
29 deletions
+31
-29
war/src/main/webapp/js/lib/google-code-prettify/prettify.css
war/src/main/webapp/js/lib/google-code-prettify/prettify.css
+1
-1
war/src/main/webapp/js/lib/google-code-prettify/prettify.js
war/src/main/webapp/js/lib/google-code-prettify/prettify.js
+30
-28
No files found.
war/src/main/webapp/js/lib/google-code-prettify/prettify.css
View file @
150b503e
.pln
{
color
:
#000
}
@media
screen
{
.str
{
color
:
#080
}
.kwd
{
color
:
#008
}
.com
{
color
:
#800
}
.typ
{
color
:
#606
}
.lit
{
color
:
#066
}
.pun
,
.opn
,
.clo
{
color
:
#660
}
.tag
{
color
:
#008
}
.atn
{
color
:
#606
}
.atv
{
color
:
#080
}
.dec
,
.var
{
color
:
#606
}
.fun
{
color
:
red
}}
@media
print
,
projection
{
.str
{
color
:
#060
}
.kwd
{
color
:
#006
;
font-weight
:
bold
}
.com
{
color
:
#600
;
font-style
:
italic
}
.typ
{
color
:
#404
;
font-weight
:
bold
}
.lit
{
color
:
#044
}
.pun
,
.opn
,
.clo
{
color
:
#440
}
.tag
{
color
:
#006
;
font-weight
:
bold
}
.atn
{
color
:
#404
}
.atv
{
color
:
#060
}}
pre
.prettyprint
{
padding
:
2px
;
border
:
1px
solid
#888
;
overflow
:
auto
;}
ol
.linenums
{
margin-top
:
0
;
margin-bottom
:
0
}
li
.L0
,
li
.L1
,
li
.L2
,
li
.L3
,
li
.L5
,
li
.L6
,
li
.L7
,
li
.L8
{
list-style-type
:
none
}
li
.L1
,
li
.L3
,
li
.L5
,
li
.L7
,
li
.L9
{
background
:
#eee
}
\ No newline at end of file
pre
.str
,
code
.str
{
color
:
#65b042
}
pre
.kwd
,
code
.kwd
{
color
:
#e28964
}
pre
.com
,
code
.com
{
color
:
#aeaeae
;
font-style
:
italic
}
pre
.typ
,
code
.typ
{
color
:
#89bdff
}
pre
.lit
,
code
.lit
{
color
:
#3387cc
}
pre
.pun
,
code
.pun
{
color
:
#fff
}
pre
.pln
,
code
.pln
{
color
:
#fff
}
pre
.tag
,
code
.tag
{
color
:
#89bdff
}
pre
.atn
,
code
.atn
{
color
:
#bdb76b
}
pre
.atv
,
code
.atv
{
color
:
#65b042
}
pre
.dec
,
code
.dec
{
color
:
#3387cc
}
pre
.prettyprint
,
code
.prettyprint
{
background-color
:
#111
;
-moz-border-radius
:
8px
;
-webkit-border-radius
:
8px
;
-o-border-radius
:
8px
;
-ms-border-radius
:
8px
;
-khtml-border-radius
:
8px
;
border-radius
:
8px
}
pre
.prettyprint
{
width
:
95%
;
margin
:
1em
auto
;
padding
:
1em
;
white-space
:
pre-wrap
}
ol
.linenums
{
margin-top
:
0
;
margin-bottom
:
0
;
color
:
#aeaeae
}
li
.L0
,
li
.L1
,
li
.L2
,
li
.L3
,
li
.L5
,
li
.L6
,
li
.L7
,
li
.L8
{
list-style-type
:
none
}
@media
print
{
pre
.str
,
code
.str
{
color
:
#060
}
pre
.kwd
,
code
.kwd
{
color
:
#006
;
font-weight
:
bold
}
pre
.com
,
code
.com
{
color
:
#600
;
font-style
:
italic
}
pre
.typ
,
code
.typ
{
color
:
#404
;
font-weight
:
bold
}
pre
.lit
,
code
.lit
{
color
:
#044
}
pre
.pun
,
code
.pun
{
color
:
#440
}
pre
.pln
,
code
.pln
{
color
:
#000
}
pre
.tag
,
code
.tag
{
color
:
#006
;
font-weight
:
bold
}
pre
.atn
,
code
.atn
{
color
:
#404
}
pre
.atv
,
code
.atv
{
color
:
#060
}}
\ No newline at end of file
war/src/main/webapp/js/lib/google-code-prettify/prettify.js
View file @
150b503e
This diff is collapsed.
Click to expand it.
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