From a9044f4cd514bcb707a76b14ed9063f68b244195 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 10 Jun 2015 10:22:21 +0200 Subject: [PATCH] Added missing css file --- static/css/tutorial.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/css/tutorial.css diff --git a/static/css/tutorial.css b/static/css/tutorial.css new file mode 100644 index 0000000..fa7d07c --- /dev/null +++ b/static/css/tutorial.css @@ -0,0 +1,6 @@ +#toto { + -webkit-transition: background-color 0.5s linear; + -moz-transition: background-color 0.5s linear; + -o-transition: background-color 0.5s linear; + transition: background-color 0.5s linear; +}