diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-08 10:32:40 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-08 10:32:40 +0200 |
commit | a64f23ff94a8c8206df40245914819d810339ca3 (patch) | |
tree | 02eaa9c5e1467ddccdbcffd5e208a29a14d6c0bc /web/template | |
parent | 8a5adf46ae80d396245aa87d6e952d508b31a2db (diff) | |
download | aur-a64f23ff94a8c8206df40245914819d810339ca3.tar.gz aur-a64f23ff94a8c8206df40245914819d810339ca3.tar.xz |
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>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/header.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/template/header.php b/web/template/header.php index 023c44dd..6dd52f7e 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -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' /> |