From 67fbcfcac5489aadcdc52a345a71fb8c4177751d Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 28 Sep 2016 13:23:16 +0530 Subject: [PATCH 1/2] [fix] pdf print format --- frappe/templates/styles/standard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/styles/standard.css b/frappe/templates/styles/standard.css index 00fd813af7..56e4479cf4 100644 --- a/frappe/templates/styles/standard.css +++ b/frappe/templates/styles/standard.css @@ -69,7 +69,7 @@ padding: 50% 0; background-size: contain; /*background-size: cover;*/ - background-repeat: no-repeat; + background-repeat: no-repeat !important; background-position: center center; border-radius: 4px; } From 52a518fadd0d828144873ff06deac8c61bea9c41 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 29 Sep 2016 14:37:31 +0600 Subject: [PATCH 2/2] bumped to version 7.0.37 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index f317cecefd..bc6a55a6d9 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template -__version__ = "7.0.36" +__version__ = "7.0.37" local = Local()