ソースを参照

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


読み込み中…
キャンセル
保存