Now working nicely on tablets; iPhones and some Android phones are still

getting the 'tablet' stylesheet instead of the 'phone' stylesheet, but it's
not critical.
This commit is contained in:
Simon Brooke 2014-07-24 08:09:48 +01:00
parent c15cd08159
commit 03cf9b79e0
15 changed files with 476 additions and 37 deletions

View file

@ -20,7 +20,8 @@
</head>
<body>
<div id="nav">
<ul class="nav">
<img id="nav-icon" src="{{servlet-context}}/img/threelines.png" alt="Menu"/>
<ul id="nav-menu" class="nav">
<li class="{{home-selected}}"><a href="{{servlet-context}}/">Home</a></li>
<li class="{{params-selected}}"><a href="{{servlet-context}}/params">Parameters</a></li>
<li class="{{rules-selected}}"><a href="{{servlet-context}}/rules">Rules</a></li>