4 Nov
2011
4 Nov
'11
4:20 p.m.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> --- web/html/css/arch.css | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 23b8aa7..a7cb74d 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -1,11 +1,10 @@ * { margin: 0; padding: 0; } * ul { padding: 20px; } body { - min-width: 600px; - background-color: white; - color: #555; - font-family: "DejaVu Sans", sans-serif; - font-size: 12px; + min-width: 650px; + background: #f6f9fc;; + color: #222; + font: normal 100% sans-serif; } /* Divs */ #title { -- 1.7.7.2