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
7b531dc4
Commit
7b531dc4
authored
Mar 30, 2015
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码高亮插件 prettify 微调
去除 width=95% 的设置
parent
0bb225bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
war/src/main/webapp/js/lib/google-code-prettify/prettify.css
war/src/main/webapp/js/lib/google-code-prettify/prettify.css
+1
-1
No files found.
war/src/main/webapp/js/lib/google-code-prettify/prettify.css
View file @
7b531dc4
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
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
{
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
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