diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 19:14:03 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 19:14:03 +0100 |
commit | 2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7 (patch) | |
tree | ad6be376666e948122925ba14793c620c5553705 /web/html/css/arch.css | |
parent | 6c327efaf3342120aec2f8031fc0e1270380399c (diff) | |
download | aur-2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7.tar.gz aur-2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7.tar.xz |
Change legend style and default font size.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r-- | web/html/css/arch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 121a748c..de871bef 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -4,7 +4,7 @@ body { min-width: 600px; color: #555; font-family: "DejaVu Sans", sans-serif; - font-size: 14px; + font-size: 12px; } /* Divs */ #title { |