From e12a8ad3da6fdec073e099438a69f745f5b9faf5 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Sat, 20 Dec 2008 19:37:19 +0900 Subject: Remove success messages after package functions Just displays message at the top of the page of what happened (errors or not) and goes back to the same page Signed-off-by: Callan Barrett Signed-off-by: Loui Chang --- web/html/css/fonts.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html/css/fonts.css') diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index baa75609..bf5268f2 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -104,4 +104,8 @@ h1, h2, h3, h4 { font-weight: bold; color: #f00; } +.pkgoutput { + font-weight: bold; + text-align: center; +} -- cgit v1.2.3-24-g4f1b