diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css
index fdeddbed..b33aa841 100644
--- a/web/html/css/fonts.css
+++ b/web/html/css/fonts.css
@@ -122,3 +122,6 @@ a:hover {
h1,h2,h3,h4 {
font-size: 16pt;
}
+span.important {
+ color: #f00;
+}
diff --git a/web/html/index.php b/web/html/index.php
index 854c32c0..2a1a4893 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -318,9 +318,8 @@ print "";
print " ";
print "\n";
print "\n";
-echo "\n";
# End Table 1
-echo "".__("DISCLAIMER: Unsupported PKGBUILDs are user produced content, by downloading them you agree to do so at your own risk.")."";
+echo "
".__("DISCLAIMER")."";
echo " ";
echo "";
html_footer(AUR_VERSION);
diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc
index e8a292e0..66a7834d 100644
--- a/web/lang/en/index_po.inc
+++ b/web/lang/en/index_po.inc
@@ -94,5 +94,6 @@ $_t["en"]["The most popular packages will be provided as binary packages in [com
$_t["en"]["Packages added or updated in the past 7 days"] = "Packages added or updated in the past 7 days";
$_t["en"]["Out-of-date"] = "Out-of-date";
+$_t["en"]["DISCLAIMER"] = "DISCLAIMER: Unsupported PKGBUILDs are user produced content, by downloading them you agree to do so at your own risk.";
?>