Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
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
bootstrap
Commits
979ca4ea
Commit
979ca4ea
authored
Feb 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert JS page to pygments; nuke prettify assets
parent
37becbab
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
333 additions
and
286 deletions
+333
-286
docs/_includes/header.html
docs/_includes/header.html
+0
-1
docs/assets/css/pygments-manni.css
docs/assets/css/pygments-manni.css
+2
-2
docs/assets/js/google-code-prettify/prettify.css
docs/assets/js/google-code-prettify/prettify.css
+0
-30
docs/assets/js/google-code-prettify/prettify.js
docs/assets/js/google-code-prettify/prettify.js
+0
-28
docs/javascript.html
docs/javascript.html
+331
-225
No files found.
docs/_includes/header.html
View file @
979ca4ea
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<!-- Documentation extras -->
<!-- Documentation extras -->
<link
href=
"/assets/css/docs.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/docs.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/pygments-manni.css"
rel=
"stylesheet"
>
<link
href=
"/assets/css/pygments-manni.css"
rel=
"stylesheet"
>
<link
href=
"/assets/js/google-code-prettify/prettify.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
...
...
docs/assets/css/pygments-manni.css
View file @
979ca4ea
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
.o
{
color
:
#555555
}
/* Operator */
.o
{
color
:
#555555
}
/* Operator */
.cm
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment.Multiline */
.cm
{
color
:
#0099FF
;
font-style
:
italic
}
/* Comment.Multiline */
.cp
{
color
:
#009999
}
/* Comment.Preproc */
.cp
{
color
:
#009999
}
/* Comment.Preproc */
.c1
{
color
:
#
0099FF
;
font-style
:
italic
}
/* Comment.Single */
.c1
{
color
:
#
999
;
}
/* Comment.Single */
.cs
{
color
:
#
0099FF
;
;
font-style
:
italic
}
/* Comment.Special */
.cs
{
color
:
#
999
;
}
/* Comment.Special */
.gd
{
background-color
:
#FFCCCC
;
border
:
1px
solid
#CC0000
}
/* Generic.Deleted */
.gd
{
background-color
:
#FFCCCC
;
border
:
1px
solid
#CC0000
}
/* Generic.Deleted */
.ge
{
font-style
:
italic
}
/* Generic.Emph */
.ge
{
font-style
:
italic
}
/* Generic.Emph */
.gr
{
color
:
#FF0000
}
/* Generic.Error */
.gr
{
color
:
#FF0000
}
/* Generic.Error */
...
...
docs/assets/js/google-code-prettify/prettify.css
deleted
100644 → 0
View file @
37becbab
.com
{
color
:
#93a1a1
;
}
.lit
{
color
:
#195f91
;
}
.pun
,
.opn
,
.clo
{
color
:
#93a1a1
;
}
.fun
{
color
:
#dc322f
;
}
.str
,
.atv
{
color
:
#D14
;
}
.kwd
,
.prettyprint
.tag
{
color
:
#1e347b
;
}
.typ
,
.atn
,
.dec
,
.var
{
color
:
teal
;
}
.pln
{
color
:
#48484c
;
}
.prettyprint
{
padding
:
8px
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;
}
.prettyprint.linenums
{
-webkit-box-shadow
:
inset
40px
0
0
#fbfbfc
,
inset
41px
0
0
#ececf0
;
-moz-box-shadow
:
inset
40px
0
0
#fbfbfc
,
inset
41px
0
0
#ececf0
;
box-shadow
:
inset
40px
0
0
#fbfbfc
,
inset
41px
0
0
#ececf0
;
}
/* Specify class=linenums on a pre to get line numbering */
ol
.linenums
{
margin
:
0
0
0
40px
;
/* IE indents via margin-left */
}
ol
.linenums
li
{
padding-left
:
12px
;
color
:
#bebec5
;
line-height
:
20px
;
text-shadow
:
0
1px
0
#fff
;
}
\ No newline at end of file
docs/assets/js/google-code-prettify/prettify.js
deleted
100644 → 0
View file @
37becbab
This diff is collapsed.
Click to expand it.
docs/javascript.html
View file @
979ca4ea
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