Enable list item bullets in CSS except for Jenkins

Change-Id: Ic3b50867223cc71b8c7184ae24ed4c41baed3d6a
Closes-Bug: #1272445
This commit is contained in:
Mat Lowery 2014-02-06 23:43:38 -06:00
parent 8fac849433
commit 4074692fed
2 changed files with 2 additions and 2 deletions

View File

@ -44,4 +44,4 @@ a.gwt-InlineHyperlink {background: none !important}
.result_LOST {
color: #e39f00;
}
ul {list-style-type: none; }
li.comment_test {list-style-type: none; }

View File

@ -151,7 +151,7 @@ class openstack_project::gerrit (
{
name => 'testresult',
match => '<li>([^ ]+) <a href=\"[^\"]+\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
html => '<li><span class=\"comment_test_name\"><a href=\"$2\">$1</a></span> <span class=\"comment_test_result\"><span class=\"result_$3\">$3</span>$4</span></li>',
html => '<li class=\"comment_test\"><span class=\"comment_test_name\"><a href=\"$2\">$1</a></span> <span class=\"comment_test_result\"><span class=\"result_$3\">$3</span>$4</span></li>',
},
{
name => 'launchpadbug',