1/* hide lengthy template information */ 2.memtemplate, .memTemplParams { 3 display: none; 4} 5 6/* allow compiler information to wrap */ 7/* https://css-tricks.com/snippets/css/make-pre-text-wrap/ */ 8pre.fragment { 9 white-space: pre-wrap; /* css-3 */ 10 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 11 white-space: -pre-wrap; /* Opera 4-6 */ 12 white-space: -o-pre-wrap; /* Opera 7 */ 13 word-wrap: break-word; /* Internet Explorer 5.5+ */ 14} 15 16td.paramname { 17 vertical-align: top; 18} 19 20.ok_green { 21 background-color: #89C35C; 22} 23 24.nok_throws { 25 background-color: #ffa500; 26} 27