Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
frappe
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'hotfix'
version-14
Nabin Hait
8 anni fa
parent
a218f5d299
52a518fadd
commit
7b905cc107
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
frappe/__init__.py
+1
-1
frappe/templates/styles/standard.css
+ 1
- 1
frappe/__init__.py
Vedi File
@@ -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.3
6
"
__version__ = "7.0.3
7
"
local = Local()
+ 1
- 1
frappe/templates/styles/standard.css
Vedi File
@@ -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;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva