summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 15:58:28 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 15:58:28 -0500
commitc396f214c89cdc287d39d76f0d060c81e5be1edd (patch)
tree9538eaaf90767894bf8dd48c7f9ef40b511386ed
parentfc184eff38295193a37e2564ec1e385512109b7b (diff)
load the archweb.css from style.css isntead of index.php; don't ID it.
-rw-r--r--index.php1
-rw-r--r--style.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1e7bcb5..29f6a76 100644
--- a/index.php
+++ b/index.php
@@ -76,7 +76,6 @@ function classify($root, $dirname, $filename) {
<head>
<meta charset="utf-8" />
<title>Parabola GNU/Linux-libre - Index of <?php echo htmlentities($dirname); ?></title>
- <link rel="stylesheet" type="text/css" href="https://parabolagnulinux.org/static/archweb.3b36d2301f70.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="<?php echo $assetdir."/style.css"; ?>" />
<link rel="icon" type="image/x-icon" href="https://parabolagnulinux.org/static/favicon.72ab042ac877.ico" />
<link rel="shortcut icon" type="image/x-icon" href="https://parabolagnulinux.org/static/favicon.72ab042ac877.ico" />
diff --git a/style.css b/style.css
index 9e2bcb2..c117754 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,8 @@
* as published by Sam Hocevar. See the ./COPYING file for more details.
*/
+@import url('https://www.parabola.nu/static/archweb.css');
+
/* generic */
td {