diff options
author | Benjamin Kiessling <mittagessen@l.unchti.me> | 2011-10-10 20:24:22 +0200 |
---|---|---|
committer | Benjamin Kiessling <mittagessen@l.unchti.me> | 2011-10-10 20:24:22 +0200 |
commit | c6c9f7d56b2c52b5349b8db0b9c8257bc32b0a9d (patch) | |
tree | 327386a415b3423a62c0870eb81dd2a900b3e7d1 | |
parent | 84d971bbbafe015cc7bf3e8bbb1376253ba16aa8 (diff) |
Move sublab.css to sublab-new.css to fix caching problems
-rw-r--r-- | public/css/sublab-new.css (renamed from public/css/sublab.css) | 0 | ||||
-rw-r--r-- | template/template/template.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/css/sublab.css b/public/css/sublab-new.css index e4aa7d8..e4aa7d8 100644 --- a/public/css/sublab.css +++ b/public/css/sublab-new.css diff --git a/template/template/template.html b/template/template/template.html index 2a0270c..ca24df8 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -17,7 +17,7 @@ <meta name="description" lang="en" content="$template_desc_en"> <meta charset="UTF-8"> - <link rel="stylesheet" href="css/sublab.css" type="text/css"> + <link rel="stylesheet" href="css/sublab-new.css" type="text/css"> <link rel="stylesheet" href="css/taifun.status.css" type="text/css"> <link rel="stylesheet" href="css/trieste.status.css" type="text/css"> <link rel="stylesheet" href="css/nautilus.status.css" type="text/css"> |