mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
8a5adf46ae
commit
a64f23ff94
4 changed files with 0 additions and 731 deletions
|
@ -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' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue