add kivy logo (fake

This commit is contained in:
Mathieu Virbel 2010-11-11 14:18:14 +01:00
parent d462bc55ce
commit 5f33fc9926
4 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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%;

BIN
doc/sources/kivy-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB