Enable list item bullets in CSS except for Jenkins
Change-Id: Ic3b50867223cc71b8c7184ae24ed4c41baed3d6a Closes-Bug: #1272445
This commit is contained in:
parent
8fac849433
commit
4074692fed
@ -44,4 +44,4 @@ a.gwt-InlineHyperlink {background: none !important}
|
|||||||
.result_LOST {
|
.result_LOST {
|
||||||
color: #e39f00;
|
color: #e39f00;
|
||||||
}
|
}
|
||||||
ul {list-style-type: none; }
|
li.comment_test {list-style-type: none; }
|
||||||
|
@ -151,7 +151,7 @@ class openstack_project::gerrit (
|
|||||||
{
|
{
|
||||||
name => 'testresult',
|
name => 'testresult',
|
||||||
match => '<li>([^ ]+) <a href=\"[^\"]+\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
|
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',
|
name => 'launchpadbug',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user