>From b4a3aba4ccee01fb73e166570c32ae28db64ec28 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 9 Jul 2008 14:56:15 -0400 Subject: [PATCH] Change some of the index page notices. Signed-off-by: Loui Chang --- web/html/css/fonts.css | 6 +++++- web/html/index.php | 11 ++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index dc65070..baa7560 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -99,5 +99,9 @@ a:hover { h1, h2, h3, h4 { font-size: 16pt; } -span.important { color: #f00; } + +.important { + font-weight: bold; + color: #f00; +} diff --git a/web/html/index.php b/web/html/index.php index ce5e009..6191316 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -46,8 +46,8 @@ print __( 'Contributed PKGBUILDs must conform to the %hArch Packaging Sta

-
- +
+

@@ -69,7 +69,12 @@ general_stats_table($dbh); -
+ +
'; +echo __('Unsupported PKGBUILDs are user produced content. Any use of files is at your own risk.'); +?>
+ -- 1.5.6.2