Added missing css file

This commit is contained in:
Thomas FORGIONE 2015-06-10 10:22:21 +02:00
parent 1c706bd660
commit a9044f4cd5
1 changed files with 6 additions and 0 deletions

6
static/css/tutorial.css Normal file
View File

@ -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;
}