Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-02-13 10:06:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-02-13 10:06:02 +0100
commita5b26fce0ed550814f17465f798fe97a0d65bd94 (patch)
tree9e8eff5c0e26fe6969a51a80435e0e4744a0a85d
parentfd518a25c5ff1a8f9e9d00f70c02cfd3d59236a2 (diff)
fixed stylesheet for Archlinux32
-rw-r--r--style/ArchLinux32/css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/ArchLinux32/css.php b/style/ArchLinux32/css.php
index a963629..bd88a90 100644
--- a/style/ArchLinux32/css.php
+++ b/style/ArchLinux32/css.php
@@ -2,6 +2,6 @@
foreach (array('arch', 'archnavbar') as $cssFile) {
?>
- <link rel="stylesheet" media="screen" href="style/ArchLinux/<?= $cssFile ?>.css?v=5"/>
+ <link rel="stylesheet" media="screen" href="style/ArchLinux32/<?= $cssFile ?>.css?v=5"/>
<?php
}