From 07168a4af90b167e4682b36c0eb6e90ee4d25781 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 12 Oct 2012 08:29:51 +0200 Subject: Improved css for the loggin page. --- source/auth.py | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'source/auth.py') diff --git a/source/auth.py b/source/auth.py index 255cf6a6..443c33ed 100755 --- a/source/auth.py +++ b/source/auth.py @@ -149,19 +149,22 @@ class AuthController(object): msg = "" return """\n + pyAggr3g470r - News aggregator + - pyAggr3g470r -
-
-
- - %(msg)s
-
-
- -
+
+
+ pyAggr3g470r + + + %(msg)s
+
+
+ + +
""" % locals() -- cgit