fixed web2py.css 100% thanks DeanK

This commit is contained in:
mdipierro
2013-12-19 20:25:48 -06:00
parent 338331aa54
commit 53f4408652
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2013.12.17.16.49.17
Version 2.8.2-stable+timestamp.2013.12.19.20.24.40
+1 -1
View File
@@ -36,7 +36,7 @@ audio {width:200px}
.hidden {display:none;visibility:visible}
.right {float:right; text-align:right}
.left {float:left; text-align:left}
.center {width:100; text-align:center; vertical-align:middle}
.center {width:100%; text-align:center; vertical-align:middle}
/** end **/
/* Sticky footer begin */
+1 -1
View File
@@ -266,5 +266,5 @@ def populate_generator(table, default=True, compute=False, contents={}):
if __name__ == '__main__':
ell = Learner()
ell.loadd(eval(IUP))
ell.loadd(IUP)
print ell.generate(1000, prefix=None)