From 43c63c60ce8e89dbdb8e102f1c7ce1cd11fa8808 Mon Sep 17 00:00:00 2001 From: markotibold Date: Sat, 25 Jun 2011 23:07:06 +0200 Subject: [PATCH] Smaller version in the header --- djangorestframework/templates/renderer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/djangorestframework/templates/renderer.html b/djangorestframework/templates/renderer.html index 97d3837a3..507b5c251 100644 --- a/djangorestframework/templates/renderer.html +++ b/djangorestframework/templates/renderer.html @@ -8,6 +8,8 @@ #site-name a {color: #F4F379 !important;} .errorlist {display: inline !important} .errorlist li {display: inline !important; background: white !important; color: black !important; border: 0 !important;} + /* Custom styles */ + .version{font-size:8px;} @@ -18,7 +20,7 @@