mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Change legend style and default font size.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
6c327efaf3
commit
2f0a1911be
3 changed files with 9 additions and 4 deletions
|
@ -86,10 +86,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
|
|||
<table width='100%'>
|
||||
<tr>
|
||||
<td align='left'>
|
||||
<div>
|
||||
<span class='f3'><?php echo __('Legend') ?>
|
||||
<div id="legend">
|
||||
<span class='f3'><?php echo __('Legend') ?></span>
|
||||
<span class="outofdate"><?php print __('Out of Date') ?></span>
|
||||
</span>
|
||||
</div>
|
||||
<?php if ($SID): ?>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue