##// END OF EJS Templates
pull requests: give slightly more useful error messages on failing form validation
pull requests: give slightly more useful error messages on failing form validation

File last commit:

r4029:c9bcfe2d default
r4080:b622e684 default
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;
}