Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-15 16:52:36 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:29:46 +0400
commit35308f5b09eca93b5908b4649a73dee5ab0dc915 (patch)
tree1a805d378a900c27fdbeaaa2378a6738928c44b5 /lib/base.php
parentb5f0a179187bb3f10a939518c6eba72593c1f7a5 (diff)
hide navigation by default, not only on small screens, first step
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 376bb6c1d0a..639aac83558 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -344,6 +344,7 @@ class OC {
}
OC_Util::addStyle("styles");
+ OC_Util::addStyle("header");
OC_Util::addStyle("mobile");
OC_Util::addStyle("icons");
OC_Util::addStyle("fonts");