aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-02 14:49:03 +0100
committerache <ache@ache.one>2018-01-02 14:50:06 +0100
commitf4c8340c3fb1417fc78a7bab7eb99a3f7707ef13 (patch)
tree59b3edc61b07a4efa8eb1e5165e912c466a4ebab
parentCSS fix (diff)
tree and view classes
-rw-r--r--public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index a89bb48..7abfb82 100644
--- a/public/index.html
+++ b/public/index.html
@@ -20,10 +20,10 @@
<body>
<div>
<div class="row">
- <div id="tree" class="col-lg-2">
+ <div id="tree" class="tree">
<h4>Fichiers</h4>
</div>
- <div id="md" class="col-lg-10">
+ <div id="md" class="view">
</div>
</div>
</div>