소스 검색

Merge branch 'hotfix'

version-14
Nabin Hait 8 년 전
부모
커밋
7b905cc107
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      frappe/__init__.py
  2. +1
    -1
      frappe/templates/styles/standard.css

+ 1
- 1
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()



+ 1
- 1
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;
}


불러오는 중...
취소
저장