diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-11-07 19:42:27 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-06 11:25:53 +0200 |
commit | df19822e008b0d0df2f4e7589b5b8512674e6a59 (patch) | |
tree | 8a8bafef1e081aa33626a4c577d5427932aeeedf /web/template | |
parent | 4a4f26cda6582fd8ca41e185a73429708966116e (diff) | |
download | aur-df19822e008b0d0df2f4e7589b5b8512674e6a59.tar.gz aur-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')
-rw-r--r-- | web/template/header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php index 91ee8065..a53180a2 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" /> |