From 8c36730846c0f62a6bc1a18d720931d2b46ae537 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 23 Aug 2013 11:42:49 +0200 Subject: [PATCH] css style --- portal/static/css/register.css | 2 +- portal/templates/contact.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/portal/static/css/register.css b/portal/static/css/register.css index 7e85d75d..4cb80799 100644 --- a/portal/static/css/register.css +++ b/portal/static/css/register.css @@ -10,7 +10,7 @@ input { /*border:2px solid #456879;*/ height: 22px; width: 200px; - font-size: 10px; + /* font-size: 10px; */ } label { float: left; diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 2dd01ac6..6630f23f 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -16,7 +16,9 @@ {{ form.as_p }} - +

+ +

{% endblock %} -- 2.43.0