diff --git a/.gitignore b/.gitignore index 09b97a6..e15288e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ bower_components #Icon? ehthumbs.db Thumbs.db +app/styles/*.css +app/styles/*.css.map \ No newline at end of file diff --git a/README.md b/README.md index e1e3e99..ee6504f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Timetable.js -Vanilla javascript plugin for building nice responsive timetables. Provides a simple javascript interface to add events and locations which can be rendered to nice HTML. Works on mobile devices as well. + Vanilla javascript plugin for building nice responsive timetables. Provides a simple javascript interface to add events and locations which can be rendered to nice HTML. Works on mobile devices as well. ## Just show me the demo Okay: [**demo**](http://timetablejs.grible.co). Also, have a look at the website: [http://timetablejs.org](http://timetablejs.org). diff --git a/app/demo.html b/app/demo.html index 197ae0c..07a23d2 100644 --- a/app/demo.html +++ b/app/demo.html @@ -28,10 +28,22 @@