From 2b2dc15ac1a512c43da73cd372bc627832db37bf Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Sep 2013 12:23:37 -0700 Subject: [PATCH] Fix styles in jasmine runner --- static/jasmine.less | 4 ++++ 1 file changed, 4 insertions(+) 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%; }