diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-12-20 11:37:19 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-21 00:33:45 +0100 |
commit | e12a8ad3da6fdec073e099438a69f745f5b9faf5 (patch) | |
tree | f16baf5897397722acb1f8df5a89f336f5778d2a /web/html/css/fonts.css | |
parent | cde524e1754923d97c953e08017170ddd5dd72b6 (diff) | |
download | aur-e12a8ad3da6fdec073e099438a69f745f5b9faf5.tar.gz aur-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/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |