mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
4a4f26cda6
commit
df19822e00
3 changed files with 987 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue