summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-02 23:36:25 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-02 23:36:25 +0200
commited9039e4d61ab4b6bb8e542dab6c6605733491a8 (patch)
tree87552fde075003d31facb8775c6509508bb74f22 /templates/main.php
parentea87d8d09697388cef5ddba3ba8df76bf4374cdd (diff)
remove app styles now they are in core
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index e1ab78539..109abf657 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -7,7 +7,6 @@
\OCP\Util::addScript('news', 'vendor/momentjs/moment');
\OCP\Util::addScript('news', 'public/app');
-\OCP\Util::addStyle('news', 'owncloud');
\OCP\Util::addStyle('news', 'addnew');
\OCP\Util::addStyle('news', 'feeds');
\OCP\Util::addStyle('news', 'items');
@@ -51,4 +50,4 @@
<?php print_unescaped($this->inc("part.items")); ?>
</div>
-</div> \ No newline at end of file
+</div>