From 32da2a70ef278bd42f66eb82c3fbf1905a417b87 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 23 Feb 2015 22:55:06 +0100 Subject: Add LiipThemeBundle Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) --- .../Resources/views/default/public/css/print.css | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Resources/views/default/public/css/print.css (limited to 'src/Wallabag/CoreBundle/Resources/views/default/public/css/print.css') diff --git a/src/Wallabag/CoreBundle/Resources/views/default/public/css/print.css b/src/Wallabag/CoreBundle/Resources/views/default/public/css/print.css deleted file mode 100644 index 625478e1..00000000 --- a/src/Wallabag/CoreBundle/Resources/views/default/public/css/print.css +++ /dev/null @@ -1,53 +0,0 @@ -/* ### Layout ### */ - -body { - font-family: Serif; - background-color: #fff; -} - -@page { - margin: 1cm; -} - -img { - max-width: 100% !important; -} - -/* ### Content ### */ - -/* Hide useless blocks */ -body > header, -#links, -#sort, -body > footer, -.top_link, -div.tools, -header div, -.messages, -.entrie + .results, -#article_toolbar { - display: none !important; -} - -article { - border: none !important; -} - -pre code { - line-height: 1.6em; -} - -/* 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; -} -- cgit v1.2.3