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/...` --- .../views/themes/baggy/public/css/print.css | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100755 src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/print.css (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/print.css') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/print.css b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/print.css deleted file mode 100755 index 9dd6d295..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/print.css +++ /dev/null @@ -1,62 +0,0 @@ -/* ### Layout ### */ - -body { - font-family: Serif; - background-color: #fff; -} - -@page { - margin: 1cm; -} - -img { - max-width: 100% !important; -} - -/* ### Content ### */ - -/* Hide useless blocks */ -body > header, -#article_toolbar, -#links, -#sort, -body > footer, -.top_link, -div.tools, -header div, -.messages, -.entrie + .results { - display: none !important; -} - -article { - border: none !important; -} - -/* Add URL after links */ -.vieworiginal a:after { - content: " (" attr(href) ")"; -} - -/* Add explanation after abbr */ -abbr[title]:after { - content: " (" attr(title) ")"; -} - -/* Change border on current pager item */ -.pagination span.current { - border-style: dashed; -} - -#main { - width: 100%; - padding: 0; - margin: 0; - margin-left: 0; - padding-right: 0; - padding-bottom: 0; -} - -#article { - width: 100%; -} -- cgit v1.2.3