Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
2f0a1911
Commit
2f0a1911
authored
Nov 24, 2009
by
Loui Chang
Browse files
Change legend style and default font size.
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
6c327efa
Changes
3
Hide whitespace changes
Inline
Side-by-side
web/html/css/arch.css
View file @
2f0a1911
...
...
@@ -4,7 +4,7 @@ body {
min-width
:
600px
;
color
:
#555
;
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
}
/* Divs */
#title
{
...
...
web/html/css/containers.css
View file @
2f0a1911
...
...
@@ -153,6 +153,12 @@ td.data2 {
padding-left
:
.3em
;
text-align
:
left
;
}
#legend
span
{
padding
:
1px
;
margin-left
:
.3em
;
border
:
solid
1px
#888
;
text-align
:
left
;
}
td
.text
{
color
:
#000
;
font-size
:
12px
;
...
...
web/template/pkg_search_results.php
View file @
2f0a1911
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment