From 24437b55bd28d2a403dccc11da07eacb0c3d80e4 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 16 May 2011 01:46:37 -0400 Subject: Change font and input style --- pyc/templates/base.html | 7 ++++--- pyc/templates/submit.html | 2 +- static/style.css | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pyc/templates/base.html b/pyc/templates/base.html index 370f8d7..857e9c6 100644 --- a/pyc/templates/base.html +++ b/pyc/templates/base.html @@ -3,7 +3,8 @@ pyc - + +
@@ -16,12 +17,12 @@ diff --git a/pyc/templates/submit.html b/pyc/templates/submit.html index 112df4b..4b76ff7 100644 --- a/pyc/templates/submit.html +++ b/pyc/templates/submit.html @@ -13,7 +13,7 @@

{{ form }} - +
{% csrf_token %}

diff --git a/static/style.css b/static/style.css index 395dfd1..7050809 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ body { background-color: #000; color: #eee; + font-family: 'Play', serif; } a, a:visited, a:active { @@ -55,5 +56,5 @@ table#lab { input { background-color: #111; color: #eee; - border: 1 solid #eee; + border: 1px solid #eee; } -- cgit v1.2.3