diff options
Diffstat (limited to 'Pages/Report.cshtml')
-rw-r--r-- | Pages/Report.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Pages/Report.cshtml b/Pages/Report.cshtml index b928ef5..ed7dbfa 100644 --- a/Pages/Report.cshtml +++ b/Pages/Report.cshtml @@ -7,7 +7,7 @@ } <h1>Count for each key</h1> -<table> +<table style="width:100%"> <tr> <td style="width:50%;"><b>Key</b></td> <td style="width:50%;"><b>Downloads</b></td> @@ -24,7 +24,7 @@ <h1>Download Details</h1> -<table> +<table style width="100%"> <tr> <td style="width:25%;"><b>Time</b></td> <td style="width:25%;"><b>Key</b></td> |