thinner welcome footer, thanks Anthony

This commit is contained in:
Massimo Di Pierro
2011-12-04 00:34:19 -06:00
parent 952f2ed10e
commit d3f7b8f2ff
4 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.3 (2011-12-04 00:27:37) dev
Version 1.99.3 (2011-12-04 00:34:11) dev
@@ -53,10 +53,6 @@ html, body {
clear: both;
}
.footer {
padding-bottom: 100px;
}
.footer-content {position: relative; bottom: -4em; width: 100%;}
.auth_navbar {
@@ -53,10 +53,6 @@ html, body {
clear: both;
}
.footer {
padding-bottom: 100px;
}
.footer-content {position: relative; bottom: -4em; width: 100%;}
.auth_navbar {
+1 -3
View File
@@ -453,9 +453,7 @@ class UploadWidget(FormWidget):
:param download_url: Optional URL to link to the file (default = None)
"""
default=dict(
_type='file',
)
default=dict(_type='file',)
attr = cls._attributes(field, default, **attributes)
inp = INPUT(**attr)