From a388a4db29e854c48354b1c6fafdf0a1fc04e541 Mon Sep 17 00:00:00 2001
From: Rob Hudson
Date: Mon, 8 Nov 2010 13:25:52 -0800
Subject: Added print style to hide toolbar, fixing issue #90.
---
 NEWS                                            | 2 ++
 debug_toolbar/templates/debug_toolbar/base.html | 1 +
 2 files changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index 5c0ba8d..35ac4ec 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ News for django-debug-toolbar
 develop
 -------
 
+* Added print style to hide the toolbar (issue 90)
+
 * Fixed "Badly formatted SQL query plan" (issue 86)
 
 * Fixed "SQL not selectable due to line chart" (issue 85)
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index 7f7a535..0fe64ca 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -1,4 +1,5 @@
 {% load i18n %}
+