##// END OF EJS Templates
Add mousetrap.js file from Mousetrap 1.4.5, under the Apache license....
Add mousetrap.js file from Mousetrap 1.4.5, under the Apache license. The file was download and verified via these commands: $ git clone https://github.com/ccampbell/mousetrap.git $ cd mousetrap; git checkout 1.4.5 The file in that repository named mousetrap.js is exactly the same one that appeared in RhodeCode 2.2.5 in changeset c8d3c0d61d95. The mousetrap.js states clearly that it is licensed under Apache-2.0.

File last commit:

r4029:c9bcfe2d default
r4126:158ef336 rhodecode-2.2.5-gpl
Show More
tiki.css
26 lines | 471 B | text/css | CssLexer
added codemirror edit mode with autodetection
r4026 .cm-tw-syntaxerror {
codecleaner
r4029 color: #FFF;
background-color: #900;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-deleted {
codecleaner
r4029 text-decoration: line-through;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-header5 {
codecleaner
r4029 font-weight: bold;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
codecleaner
r4029 padding-left: 10px;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-box {
codecleaner
r4029 border-top-width: 0px ! important;
border-style: solid;
border-width: 1px;
border-color: inherit;
added codemirror edit mode with autodetection
r4026 }
.cm-tw-underline {
codecleaner
r4029 text-decoration: underline;
}