Skip to content

Commit

Permalink
Apply column css styles to print page
Browse files Browse the repository at this point in the history
The column styles were not applied to print page.  We should either
apply the styles to View Issues and Print Issues pages or have a
set of styles for each.
  • Loading branch information
vboctor committed Dec 18, 2015
1 parent dba4813 commit 606a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_all_bug_page.php
Expand Up @@ -183,7 +183,7 @@

<form method="post" action="print_all_bug_page.php">
<?php # CSRF protection not required here - form does not result in modifications ?>
<table class="width100" cellspacing="1" cellpadding="2px">
<table id="buglist" class="width100" cellspacing="1" cellpadding="2px">
<tr>
<td class="form-title" colspan="<?php echo $t_num_of_columns / 2 + $t_num_of_columns % 2; ?>">
<?php
Expand Down

0 comments on commit 606a36f

Please sign in to comment.