Add a very simple mobile version of the game. At this stage this is for

testing purposes only. For a next release I will work on putting all the
controllers in templates and have only one page for everything.
This commit is contained in:
Kevin Dungs
2014-08-06 19:42:39 +02:00
committed by Tadej Novak
parent ac4894488f
commit dfde77bf5c
2 changed files with 202 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.tab-title {
display: none;
}
.active .tab-title {
display: block;
}
.scrollable {
margin-top: -25px;
}