summaryrefslogtreecommitdiff
path: root/prolog/problems/lists
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-10-04 16:16:35 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-10-04 16:16:35 +0200
commit92599a04c89429d5bbe99e81eb97186c7c0fc894 (patch)
tree2573daf384bbd236992ec5b1f37adca4914baa51 /prolog/problems/lists
parentb38db7fe532e60426099471ac4e8d46b38a12f62 (diff)
Use a single CSS file for all courses
Diffstat (limited to 'prolog/problems/lists')
-rw-r--r--prolog/problems/lists/intro_sl.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/prolog/problems/lists/intro_sl.html b/prolog/problems/lists/intro_sl.html
index cd3f1a8..49e6967 100644
--- a/prolog/problems/lists/intro_sl.html
+++ b/prolog/problems/lists/intro_sl.html
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html lang="sl">
<head>
- <meta charset="utf-8" />
- <title>Prolog: seznami</title>
- <link rel="stylesheet" type="text/css" href="../style.css" />
+ <meta charset="utf-8" />
+ <title>Prolog: seznami</title>
+ <link rel="stylesheet" type="text/css" href="/css/codeq.css" />
+ <link rel="stylesheet" type="text/css" href="../../style.css" />
</head>
<body>