diff --git a/static/jasmine.less b/static/jasmine.less index 5d1e3db16..5ebb8cf94 100644 --- a/static/jasmine.less +++ b/static/jasmine.less @@ -16,6 +16,10 @@ body { display: none; } +.list-unstyled { + list-style: none; +} + #HTMLReporter { font-size: 11px; font-family: Monaco, monospace; line-height: 1.6em; color: #333333; } #HTMLReporter #jasmine_content { position: fixed; right: 100%; }