Prepare deployment
This commit is contained in:
parent
0c54e71e2c
commit
0e9b39866a
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Mon 8 Jul 2013 00:49:45 IST
|
# Tue 9 Jul 2013 23:59:12 IST
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
140
css/main-min.css
vendored
140
css/main-min.css
vendored
@ -5354,6 +5354,143 @@ li.L5,
|
|||||||
li.L7,
|
li.L7,
|
||||||
li.L9 { background: #eee }
|
li.L9 { background: #eee }
|
||||||
|
|
||||||
|
/*
|
||||||
|
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
||||||
|
pre code {
|
||||||
|
display: block; padding: 0.5em;
|
||||||
|
background: #F0F0F0;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
pre code,
|
||||||
|
pre .subst,
|
||||||
|
pre .tag .title,
|
||||||
|
pre .lisp .title,
|
||||||
|
pre .clojure .built_in,
|
||||||
|
pre .nginx .title {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
pre .string,
|
||||||
|
pre .title,
|
||||||
|
pre .constant,
|
||||||
|
pre .parent,
|
||||||
|
pre .tag .value,
|
||||||
|
pre .rules .value,
|
||||||
|
pre .rules .value .number,
|
||||||
|
pre .preprocessor,
|
||||||
|
pre .haml .symbol,
|
||||||
|
pre .ruby .symbol,
|
||||||
|
pre .ruby .symbol .string,
|
||||||
|
pre .aggregate,
|
||||||
|
pre .template_tag,
|
||||||
|
pre .django .variable,
|
||||||
|
pre .smalltalk .class,
|
||||||
|
pre .addition,
|
||||||
|
pre .flow,
|
||||||
|
pre .stream,
|
||||||
|
pre .bash .variable,
|
||||||
|
pre .apache .tag,
|
||||||
|
pre .apache .cbracket,
|
||||||
|
pre .tex .command,
|
||||||
|
pre .tex .special,
|
||||||
|
pre .erlang_repl .function_or_atom,
|
||||||
|
pre .asciidoc .header,
|
||||||
|
pre .markdown .header,
|
||||||
|
pre .coffeescript .attribute {
|
||||||
|
color: #800;
|
||||||
|
}
|
||||||
|
pre .comment,
|
||||||
|
pre .annotation,
|
||||||
|
pre .template_comment,
|
||||||
|
pre .diff .header,
|
||||||
|
pre .chunk,
|
||||||
|
pre .asciidoc .blockquote,
|
||||||
|
pre .markdown .blockquote {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
pre .number,
|
||||||
|
pre .date,
|
||||||
|
pre .regexp,
|
||||||
|
pre .literal,
|
||||||
|
pre .hexcolor,
|
||||||
|
pre .smalltalk .symbol,
|
||||||
|
pre .smalltalk .char,
|
||||||
|
pre .go .constant,
|
||||||
|
pre .change,
|
||||||
|
pre .lasso .variable,
|
||||||
|
pre .asciidoc .bullet,
|
||||||
|
pre .markdown .bullet,
|
||||||
|
pre .asciidoc .link_url,
|
||||||
|
pre .markdown .link_url {
|
||||||
|
color: #080;
|
||||||
|
}
|
||||||
|
pre .label,
|
||||||
|
pre .javadoc,
|
||||||
|
pre .ruby .string,
|
||||||
|
pre .decorator,
|
||||||
|
pre .filter .argument,
|
||||||
|
pre .localvars,
|
||||||
|
pre .array,
|
||||||
|
pre .attr_selector,
|
||||||
|
pre .important,
|
||||||
|
pre .pseudo,
|
||||||
|
pre .pi,
|
||||||
|
pre .haml .bullet,
|
||||||
|
pre .doctype,
|
||||||
|
pre .deletion,
|
||||||
|
pre .envvar,
|
||||||
|
pre .shebang,
|
||||||
|
pre .apache .sqbracket,
|
||||||
|
pre .nginx .built_in,
|
||||||
|
pre .tex .formula,
|
||||||
|
pre .erlang_repl .reserved,
|
||||||
|
pre .prompt,
|
||||||
|
pre .asciidoc .link_label,
|
||||||
|
pre .markdown .link_label,
|
||||||
|
pre .vhdl .attribute,
|
||||||
|
pre .clojure .attribute,
|
||||||
|
pre .asciidoc .attribute,
|
||||||
|
pre .lasso .attribute,
|
||||||
|
pre .coffeescript .property {
|
||||||
|
color: #88F
|
||||||
|
}
|
||||||
|
pre .keyword,
|
||||||
|
pre .id,
|
||||||
|
pre .title,
|
||||||
|
pre .built_in,
|
||||||
|
pre .aggregate,
|
||||||
|
pre .css .tag,
|
||||||
|
pre .javadoctag,
|
||||||
|
pre .phpdoc,
|
||||||
|
pre .yardoctag,
|
||||||
|
pre .smalltalk .class,
|
||||||
|
pre .winutils,
|
||||||
|
pre .bash .variable,
|
||||||
|
pre .apache .tag,
|
||||||
|
pre .go .typename,
|
||||||
|
pre .tex .command,
|
||||||
|
pre .asciidoc .strong,
|
||||||
|
pre .markdown .strong,
|
||||||
|
pre .request,
|
||||||
|
pre .status {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
pre .asciidoc .emphasis,
|
||||||
|
pre .markdown .emphasis {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
pre .nginx .built_in {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
pre .coffeescript .javascript,
|
||||||
|
pre .javascript .xml,
|
||||||
|
pre .lasso .markup,
|
||||||
|
pre .tex .formula,
|
||||||
|
pre .xml .javascript,
|
||||||
|
pre .xml .vbscript,
|
||||||
|
pre .xml .css,
|
||||||
|
pre .xml .cdata {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
@media print {
|
@media print {
|
||||||
@page {
|
@page {
|
||||||
margin: 25mm 25mm 25mm 25mm;
|
margin: 25mm 25mm 25mm 25mm;
|
||||||
@ -5903,6 +6040,9 @@ div.dropdown-menu textarea {
|
|||||||
.tooltip li {
|
.tooltip li {
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
code, pre {
|
||||||
|
font-family: Menlo, Consolas, "Courier New", monospace;
|
||||||
|
}
|
||||||
dt,dd {
|
dt,dd {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
2373
js/main-min.js
vendored
2373
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user