summaryrefslogtreecommitdiffstats
path: root/web/template/header.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-11-07 19:42:27 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-06 11:25:53 +0200
commitdf19822e008b0d0df2f4e7589b5b8512674e6a59 (patch)
tree8a8bafef1e081aa33626a4c577d5427932aeeedf /web/template/header.php
parent4a4f26cda6582fd8ca41e185a73429708966116e (diff)
downloadaurweb-df19822e008b0d0df2f4e7589b5b8512674e6a59.tar.xz
Add archweb style sheet
* Add "archweb.css" from the master branch of archweb. We will use this as base style sheet in the future. * Add "aur.css" for AUR-specific extensions to "archweb.css". * Remove the "archnavbar.css" link from the header template since this is included in "archweb.css". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/header.php')
-rw-r--r--web/template/header.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php
index 91ee806..a53180a 100644
--- a/web/template/header.php
+++ b/web/template/header.php
@@ -8,7 +8,8 @@
<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/archnavbar/archnavbar.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' />
<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='rss.php' />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />