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:
parent
c15cd08159
commit
03cf9b79e0
15 changed files with 476 additions and 37 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue