mirror of https://github.com/kivy/kivy.git
add kivy logo (fake
This commit is contained in:
parent
d462bc55ce
commit
5f33fc9926
|
@ -31,8 +31,10 @@ def writefile(filename, data):
|
|||
|
||||
|
||||
# Activate Kivy modules
|
||||
'''
|
||||
for k in kivy.kivy_modules.list().keys():
|
||||
kivy.kivy_modules.import_module(k)
|
||||
'''
|
||||
|
||||
# Search all kivy module
|
||||
l = [(x, sys.modules[x], os.path.basename(sys.modules[x].__file__).rsplit('.', 1)[0]) for x in sys.modules if x.startswith('kivy') and sys.modules[x]]
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 247 B |
|
@ -5,7 +5,7 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
background-color: #000000;
|
||||
background-color: #ffffff;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -13,10 +13,6 @@ body {
|
|||
|
||||
/* :::: LAYOUT :::: */
|
||||
|
||||
div.document {
|
||||
background-color: #1c4e63 url('bg.png') top left repeat;
|
||||
}
|
||||
|
||||
div.documentwrapper {
|
||||
float: left;
|
||||
width: 100%;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue