json/doc/css/mylayout.css

27 lines
613 B
CSS
Raw Normal View History

2015-06-22 21:44:20 +02:00
/* hide lengthy template information */
.memtemplate, .memTemplParams {
2015-06-21 09:44:12 +02:00
display: none;
}
2015-06-22 21:44:20 +02:00
/* allow compiler information to wrap */
/* https://css-tricks.com/snippets/css/make-pre-text-wrap/ */
pre.fragment {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
2015-06-21 09:44:12 +02:00
}
2016-02-05 22:30:25 +01:00
td.paramname {
vertical-align: top;
2016-02-07 14:55:29 +01:00
}
.ok_green {
background-color: #89C35C;
}
.nok_throws {
background-color: #ffa500;
}