mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01: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
|
@ -4,7 +4,7 @@ body {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-family: "DejaVu Sans", sans-serif;
|
font-family: "DejaVu Sans", sans-serif;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
/* Divs */
|
/* Divs */
|
||||||
#title {
|
#title {
|
||||||
|
|
|
@ -153,6 +153,12 @@ td.data2 {
|
||||||
padding-left: .3em;
|
padding-left: .3em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
#legend span {
|
||||||
|
padding: 1px;
|
||||||
|
margin-left: .3em;
|
||||||
|
border: solid 1px #888;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
td.text {
|
td.text {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
@ -86,10 +86,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) {
|
||||||
<table width='100%'>
|
<table width='100%'>
|
||||||
<tr>
|
<tr>
|
||||||
<td align='left'>
|
<td align='left'>
|
||||||
<div>
|
<div id="legend">
|
||||||
<span class='f3'><?php echo __('Legend') ?>
|
<span class='f3'><?php echo __('Legend') ?></span>
|
||||||
<span class="outofdate"><?php print __('Out of Date') ?></span>
|
<span class="outofdate"><?php print __('Out of Date') ?></span>
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<?php if ($SID): ?>
|
<?php if ($SID): ?>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue