summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorCallan Barrett <wizzomafizzo@gmail.com>2008-12-20 19:37:19 +0900
committerLoui Chang <louipc.ist@gmail.com>2008-12-20 18:33:45 -0500
commite12a8ad3da6fdec073e099438a69f745f5b9faf5 (patch)
treef16baf5897397722acb1f8df5a89f336f5778d2a /web/html/css
parentcde524e1754923d97c953e08017170ddd5dd72b6 (diff)
downloadaurweb-e12a8ad3da6fdec073e099438a69f745f5b9faf5.tar.xz
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 <wizzomafizzo@gmail.com> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/fonts.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css
index baa7560..bf5268f 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;
+}