diff --git a/static/css/download.css b/static/css/download.css index 000f41f..d87ac9c 100644 --- a/static/css/download.css +++ b/static/css/download.css @@ -1,7 +1,6 @@ body { padding: 1em; background-color: #fafafa; - text-align: center; line-height: 140%; } @@ -25,6 +24,7 @@ body { h1 { margin-top: 0em; + text-align: center; } h3 { diff --git a/view/Html_file.py b/view/Html_file.py index 03caa45..4851ac0 100644 --- a/view/Html_file.py +++ b/view/Html_file.py @@ -33,8 +33,8 @@ class Html_file( Html ): class_ = u"note_frame", ), ) for note in notes ], + A( "Luminotes", href = "http://luminotes.com/" ), id = u"center_area", ), ), - A( "Luminotes", href = "http://luminotes.com/" ), )