From 50158f16a5ef8cef22064bcac2eef1821316d078 Mon Sep 17 00:00:00 2001
From: Christian Franke <nobody@nowhere.ws>
Date: Tue, 12 Mar 2013 08:38:45 +0100
Subject: Don't use * as CSS node

---
 template/template/template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'template')

diff --git a/template/template/template.html b/template/template/template.html
index 66c8987..9e23186 100644
--- a/template/template/template.html
+++ b/template/template/template.html
@@ -15,7 +15,7 @@
 		<meta name="description" lang="de" content="$template_desc_de">
 		<meta name="description" lang="en" content="$template_desc_en">
 		
-		<link rel="stylesheet" href="/css/sublab-2013-03-12.css" type="text/css">
+		<link rel="stylesheet" href="/css/sublab-2013031202.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">
-- 
cgit v1.2.1