Remove legacy CSS

We completely switched to using the archweb stylesheet (with some custom
extensions in "aur.css"). The old CSS files are no longer needed.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-07-08 10:32:40 +02:00
parent 8a5adf46ae
commit a64f23ff94
4 changed files with 0 additions and 731 deletions

View file

@ -5,9 +5,6 @@
xml:lang="<?php print htmlspecialchars($LANG, ENT_QUOTES) ?>" lang="<?php print htmlspecialchars($LANG, ENT_QUOTES) ?>">
<head>
<title>AUR (<?php print htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?></title>
<link rel='stylesheet' type='text/css' href='css/fonts.css' />
<link rel='stylesheet' type='text/css' href='css/containers.css' />
<link rel='stylesheet' type='text/css' href='css/arch.css' />
<link rel='stylesheet' type='text/css' href='css/archweb.css' />
<link rel='stylesheet' type='text/css' href='css/aur.css' />
<link rel='shortcut icon' href='images/favicon.ico' />