diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/fonts.css | 3 | ||||
-rw-r--r-- | web/html/index.php | 3 |
2 files changed, 4 insertions, 2 deletions
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 "</table>"; print " </td>"; print "</tr>\n"; print "</table>\n"; -echo "</div>\n"; # End Table 1 -echo "<span class='f4'>".__("DISCLAIMER: Unsupported PKGBUILDs are user produced content, by downloading them you agree to do so at your own risk.")."</span>"; +echo "<br /><span class='important'>".__("DISCLAIMER")."</span>"; echo " </div>"; echo "</div>"; html_footer(AUR_VERSION); |