1
0
Fork 0

* infrastructure for authkit

* menu generation code
* improved templates
* database and basic role setup in websetup.py
This commit is contained in:
Jan Dittberner 2008-06-05 16:24:43 +00:00
parent 096df406b8
commit 55124e861f
20 changed files with 431 additions and 68 deletions

View file

@ -0,0 +1,10 @@
html {
font-family:sans;
}
#menu {
float:left;
padding-right:10px;
border-right:1px solid black;
margin-right:10px;
}