changed css file naming scheme
This commit is contained in:
parent
fb7b0d727d
commit
6d10a7ba68
9
theme.py
9
theme.py
|
@ -5,10 +5,11 @@
|
||||||
# TODO: don't hard-code theme, look into extensability
|
# TODO: don't hard-code theme, look into extensability
|
||||||
|
|
||||||
basic = {
|
basic = {
|
||||||
"navCss": "css/navbar.css",
|
"navCss": "css/base_navbar.css",
|
||||||
"bodyCss": "css/home.css",
|
"bodyCss": "css/base_main.css",
|
||||||
"headerCss": "",
|
"headCss": "",
|
||||||
"footCss": ""
|
"footCss": "",
|
||||||
|
"sideCss": ""
|
||||||
}
|
}
|
||||||
|
|
||||||
class css():
|
class css():
|
||||||
|
|
Loading…
Reference in New Issue