Skip to content

Commit 002ec18

Browse files
committed
Removes bullet points
1 parent 6f4e111 commit 002ec18

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

templates/scieloSubmissionsReportPlugin.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
{if $sections|@count > 0}
7575
<h2>{translate key="plugins.reports.scieloSubmissionsReport.sections"}</h2>
76-
<table>
76+
<table class="scieloSubmissionsReportTable">
7777
<div class="pkpListPanel">
7878
<tr>
7979
<td class="value" colspan="2">
@@ -82,7 +82,7 @@
8282
</tr>
8383
</div>
8484
</table>
85-
<table>
85+
<table class="scieloSubmissionsReportTable">
8686
<div class="pkpListPanel">
8787
<tr>
8888
<td class="value" colspan="2">
@@ -151,5 +151,4 @@
151151
{rdelim}
152152
{rdelim});
153153
</script>
154-
155154
{/block}

templates/scieloSubmissionsStyleSheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,8 @@
9292
#noticeTimeGenerateReport {
9393
font-style: italic;
9494
line-height: 22px;
95+
}
96+
97+
.scieloSubmissionsReportTable {
98+
list-style: none;
9599
}

0 commit comments

Comments
 (0)