Skip to content

Commit 0463b12

Browse files
committed
aligned padding for the disk block
1 parent 4ecf44d commit 0463b12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web/templates/admin/list_stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</td>
7373
</tr>
7474
<tr>
75-
<td class="chart1" colspan=2 style="padding: 4px 0 0 1px;">
75+
<td class="chart1" colspan=2 style="padding: 4px 0 0 0;">
7676
<table class="chart2">
7777
<tr>
7878
<td>

web/templates/admin/list_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
</td>
156156
</tr>
157157
<tr>
158-
<td colspan=2 style="padding: 4px 0 0 1px;">
158+
<td colspan=2 style="padding: 4px 0 0 0;">
159159
<table class="chart2">
160160
<tr>
161161
<td>

web/templates/user/list_stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</td>
5858
</tr>
5959
<tr>
60-
<td class="chart1" colspan=2 style="padding: 4px 0 0 1px;">
60+
<td class="chart1" colspan=2 style="padding: 4px 0 0 0;">
6161
<table class="chart2">
6262
<tr>
6363
<td>

web/templates/user/list_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</td>
8181
</tr>
8282
<tr>
83-
<td colspan=2 style="padding: 4px 0 0 1px;">
83+
<td colspan=2 style="padding: 4px 0 0 0;">
8484
<table class="chart2">
8585
<tr>
8686
<td>

0 commit comments

Comments
 (0)