mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove a boatload of inline table styles
Replacing with CSS styles where appropriate. A previously unused CSS style is tweaked in the stylesheet to match most of what was done via non-CSS styling. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
10355ec959
commit
8dc7b37909
8 changed files with 35 additions and 40 deletions
|
@ -24,13 +24,13 @@ N/A
|
|||
<?php print str_replace("\n", "<br />\n", htmlspecialchars($row['Agenda'])) ?>
|
||||
</p>
|
||||
|
||||
<table class="boxSoft" width='100%' cellspacing='0' cellpadding='2'>
|
||||
<table class="boxSoft">
|
||||
<tr>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Yes") ?></span></th>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("No") ?></span></th>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Abstain") ?></span></th>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __("Total") ?></span></th>
|
||||
<th style='border-bottom: #666 1px solid; vertical-align: bottom'><span class='f2'><?php print __('Voted') ?></span></th>
|
||||
<th class='boxSoftTitle'><span class='f2'><?php print __("Yes") ?></span></th>
|
||||
<th class='boxSoftTitle'><span class='f2'><?php print __("No") ?></span></th>
|
||||
<th class='boxSoftTitle'><span class='f2'><?php print __("Abstain") ?></span></th>
|
||||
<th class='boxSoftTitle'><span class='f2'><?php print __("Total") ?></span></th>
|
||||
<th class='boxSoftTitle'><span class='f2'><?php print __('Voted') ?></span></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='data1'><span class='f5'><span class='blue'><?php print $row['Yes'] ?></span></span></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue