From 30d81a47c689e1d7d963fcd3fd42af9958805e31 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 22 Jan 2016 13:45:10 +0100 Subject: Move public assets for themes So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...` --- .../CoreBundle/Resources/views/themes/baggy/public/css/font.css | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/font.css (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/font.css') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/font.css b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/font.css deleted file mode 100755 index 7c02a16f..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/font.css +++ /dev/null @@ -1,6 +0,0 @@ -@font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: 700; - src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/ptsans.woff) format('woff'); -} -- cgit v1.2.3