##// END OF EJS Templates
Update LICENSE.md to include license information about Select2...
Update LICENSE.md to include license information about Select2 License details were taken from the LICENSE file in Select2 distribution.

File last commit:

r4029:c9bcfe2d default
r4129:3e32980f 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;
}