minor tweaks

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-06-26 03:14:23 +03:00
parent b870826e97
commit 4501fb7835

View File

@ -38,7 +38,7 @@
position: absolute;
top: 100px;
left: 100px;
left: 300px;
box-shadow: rgba(0,0,0,0.5) 0.1em 0.1em 0.4em;
@ -56,12 +56,12 @@
}
.container.flat {
left: 500px;
left: 700px;
}
.container.flat2 {
left: 500px;
left: 700px;
top: 400px;
}
@ -296,6 +296,13 @@ Disabled: <button id="theme" onclick="toggleDisabled()">toggle</button>
Files: <button id="theme" onclick="toggleFiles()">toggle</button>
<br>
<br>
Basic key bindings:
<ul>
<li><code>ctrl-a<code> - edit full path
<li><code>ctrl-left<code> / <code>ctrl-Backspace<code> - go to root
</ul>
<div class="container">